From: Chris Hanson Date: Tue, 9 Oct 2007 04:41:32 +0000 (+0000) Subject: Add indentation rule to override "DEF" prefix for "DEFAULT". X-Git-Tag: 20090517-FFI~427 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4a4d29d2a7f487ee83de2df0a430e309e177bda6;p=mit-scheme.git Add indentation rule to override "DEF" prefix for "DEFAULT". --- diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm index dd5400c27..75dd11c61 100644 --- a/v7/src/edwin/schmod.scm +++ b/v7/src/edwin/schmod.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: schmod.scm,v 1.76 2007/01/05 21:19:24 cph Exp $ +$Id: schmod.scm,v 1.77 2007/10/09 04:41:32 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -207,6 +207,7 @@ The following commands evaluate Scheme expressions: (define scheme-mode:indent-regexps `(SCHEME-MODE:INDENT-REGEXPS + ("DEFAULT" . #F) ("DEF" . DEFINITION) ("WITH-" . 1)))