mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Improve scheme-mode syntax-rules indentation
* lisp/progmodes/scheme.el (syntax-rules): Indent syntax-rules with a parameter better (bug#40869).
This commit is contained in:
parent
5f12e288a5
commit
4c2ba16500
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ indentation."
|
|||
(put 'sequence 'scheme-indent-function 0) ; SICP, not r4rs
|
||||
(put 'let-syntax 'scheme-indent-function 1)
|
||||
(put 'letrec-syntax 'scheme-indent-function 1)
|
||||
(put 'syntax-rules 'scheme-indent-function 1)
|
||||
(put 'syntax-rules 'scheme-indent-function 'defun)
|
||||
(put 'syntax-case 'scheme-indent-function 2) ; not r5rs
|
||||
(put 'with-syntax 'scheme-indent-function 1)
|
||||
(put 'library 'scheme-indent-function 1) ; R6RS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue