From: Richard M. Stallman Date: Fri, 11 Apr 1997 20:05:42 +0000 (+0000) Subject: (make): Add scheme-indent-function property. X-Git-Tag: emacs-20.1~2543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f5029f3f260e19839912a18569f58d1bbc31e20;p=emacs.git (make): Add scheme-indent-function property. --- diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index ae3dbce9aeb..c0351e31e1b 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -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+\\)\\>"