Mercurial > emacs
changeset 48074:a3d1322abc88
(syntax-case): Define
scheme-indent-function.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 29 Oct 2002 18:48:30 +0000 |
parents | 1b334a808f0f |
children | 801530a6c168 |
files | lisp/progmodes/scheme.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el Tue Oct 29 18:37:26 2002 +0000 +++ b/lisp/progmodes/scheme.el Tue Oct 29 18:48:30 2002 +0000 @@ -502,7 +502,7 @@ (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)