(syntax-case): Define
authorDave Love <fx@gnu.org>
Tue, 29 Oct 2002 18:48:30 +0000 (18:48 +0000)
committerDave Love <fx@gnu.org>
Tue, 29 Oct 2002 18:48:30 +0000 (18:48 +0000)
scheme-indent-function.

lisp/progmodes/scheme.el

index 3f2eeff..eb002b1 100644 (file)
@@ -502,7 +502,7 @@ that variable's value is a string."
 (put 'let-syntax 'scheme-indent-function 1)
 (put 'letrec-syntax 'scheme-indent-function 1)
 (put 'syntax-rules 'scheme-indent-function 1)
-
+(put 'syntax-case 'scheme-indent-function 2) ; not r5rs
 
 (put 'call-with-input-file 'scheme-indent-function 1)
 (put 'with-input-from-file 'scheme-indent-function 1)