From 0ec2c3509c923b8bdcb92f6c31d96b6c7950fa80 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 29 Oct 2002 18:48:30 +0000 Subject: [PATCH] (syntax-case): Define scheme-indent-function. --- lisp/progmodes/scheme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 3f2eeffaf4a..eb002b1905c 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -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) -- 2.39.2