diff lisp/progmodes/scheme.el @ 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 13ebd090612a
children 86a3f6bf749a
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+\\)\\>"