diff options
| author | Richard M. Stallman | 1997-04-11 20:05:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-11 20:05:42 +0000 |
| commit | 2f5029f3f260e19839912a18569f58d1bbc31e20 (patch) | |
| tree | d277f6f4b592d4fd9f9909aeaeb893f221fe0c76 | |
| parent | dc545b21d13d193ba383c60e1ed9ec0b8a483837 (diff) | |
| download | emacs-2f5029f3f260e19839912a18569f58d1bbc31e20.tar.gz emacs-2f5029f3f260e19839912a18569f58d1bbc31e20.zip | |
(make): Add scheme-indent-function property.
| -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." | |||
| 275 | (put 'element 'scheme-indent-function 1) | 275 | (put 'element 'scheme-indent-function 1) |
| 276 | (put 'mode 'scheme-indent-function 1) | 276 | (put 'mode 'scheme-indent-function 1) |
| 277 | (put 'with-mode 'scheme-indent-function 1) | 277 | (put 'with-mode 'scheme-indent-function 1) |
| 278 | (put 'make 'scheme-indent-function 1) | ||
| 278 | 279 | ||
| 279 | (defvar dsssl-font-lock-keywords | 280 | (defvar dsssl-font-lock-keywords |
| 280 | '(("(\\(define\\(-\\w+\\)?\\)\\>[ ]*\\\((?\\)\\(\\sw+\\)\\>" | 281 | '(("(\\(define\\(-\\w+\\)?\\)\\>[ ]*\\\((?\\)\\(\\sw+\\)\\>" |