Add indentation rule to override "DEF" prefix for "DEFAULT".
authorChris Hanson <org/chris-hanson/cph>
Tue, 9 Oct 2007 04:41:32 +0000 (04:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 9 Oct 2007 04:41:32 +0000 (04:41 +0000)
v7/src/edwin/schmod.scm

index dd5400c27f51d4e6bb3f9f0638a08bc2f27e6e6a..75dd11c61f93901c23f954ddcd00a1429a65a955 100644 (file)
@@ -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)))
 \f