(lisp-indent-defmethod): Correct

indentation of DEFMETHODS with non-standard method
combinations (e.g., PROGN, MIN, MAX).
This commit is contained in:
Eli Zaretskii 2004-08-21 12:24:13 +00:00
parent ba86d34d90
commit 3166fce661

View file

@ -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))