]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 ae3dbce9aeb4adff769ae5f92a5c65b442b22072..c0351e31e1b93826f59a02da45cf13f9a4595438 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+\\)\\>"