Fix for lisp tagbody indentation
* lisp/emacs-lisp/cl-indent.el (lisp-indent-259): Indent PROG better (bug#36552).
This commit is contained in:
parent
0947c44306
commit
d34bfbc09c
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
|
|||
(null (cdr method)))
|
||||
(lisp-indent-report-bad-format method))
|
||||
|
||||
(cond ((and tail (not (consp tem)))
|
||||
(cond ((and tail (not (or (consp tem) (symbolp tem))))
|
||||
;; indent tail of &rest in same way as first elt of rest
|
||||
(throw 'exit normal-indent))
|
||||
((eq tem '&body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue