changeset 17402:1c01c986afc9

(make): Add scheme-indent-function property.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Apr 1997 20:05:42 +0000
parents 83ce353473ec
children 5c3cd24dd8ee
files lisp/progmodes/scheme.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el	Fri Apr 11 19:54:36 1997 +0000
+++ b/lisp/progmodes/scheme.el	Fri Apr 11 20:05:42 1997 +0000
@@ -275,6 +275,7 @@
 (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+\\)\\>"