Indent `with-standard-io-syntax' correctly.
This commit is contained in:
parent
6a97049b56
commit
f0d527fcb7
1 changed files with 2 additions and 1 deletions
|
@ -433,7 +433,8 @@ by `lisp-body-indent'."
|
|||
(throw 1)
|
||||
(unless 1)
|
||||
(unwind-protect (5 &body))
|
||||
(when 1))))
|
||||
(when 1)
|
||||
(with-standard-io-syntax (2)))))
|
||||
(while l
|
||||
(put (car (car l)) 'common-lisp-indent-function
|
||||
(if (symbolp (cdr (car l)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue