diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-04-11 20:05:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-04-11 20:05:42 +0000 |
commit | 2f5029f3f260e19839912a18569f58d1bbc31e20 (patch) | |
tree | d277f6f4b592d4fd9f9909aeaeb893f221fe0c76 /lisp/progmodes/scheme.el | |
parent | dc545b21d13d193ba383c60e1ed9ec0b8a483837 (diff) | |
download | emacs-2f5029f3f260e19839912a18569f58d1bbc31e20.tar.gz |
(make): Add scheme-indent-function property.
Diffstat (limited to 'lisp/progmodes/scheme.el')
-rw-r--r-- | lisp/progmodes/scheme.el | 1 |
1 files changed, 1 insertions, 0 deletions
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+\\)\\>" |