(lisp-indent-defmethod): Correct
indentation of DEFMETHODS with non-standard method combinations (e.g., PROGN, MIN, MAX).
This commit is contained in:
parent
ba86d34d90
commit
3166fce661
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ If nil, indent backquoted lists as data, i.e., like quoted lists."
|
|||
(forward-char 1)
|
||||
(forward-sexp 3)
|
||||
(backward-sexp)
|
||||
(looking-at ":")))
|
||||
(looking-at ":\\|\\sw+")))
|
||||
'(4 4 (&whole 4 &rest 4) &body)
|
||||
(get 'defun 'common-lisp-indent-function))
|
||||
path state indent-point sexp-column normal-indent))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue