(make): Add scheme-indent-function property.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Apr 1997 20:05:42 +0000 (20:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Apr 1997 20:05:42 +0000 (20:05 +0000)
lisp/progmodes/scheme.el

index ae3dbce..c0351e3 100644 (file)
@@ -275,6 +275,7 @@ if that value is non-nil."
 (put 'element 'scheme-indent-function 1)
 (put 'mode 'scheme-indent-function 1)
 (put 'with-mode 'scheme-indent-function 1)
+(put 'make 'scheme-indent-function 1)
 
 (defvar dsssl-font-lock-keywords
   '(("(\\(define\\(-\\w+\\)?\\)\\>[    ]*\\\((?\\)\\(\\sw+\\)\\>"