Mercurial > emacs
changeset 56736:3b66605ad268
(lisp-indent-defmethod): Correct
indentation of DEFMETHODS with non-standard method
combinations (e.g., PROGN, MIN, MAX).
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 21 Aug 2004 12:24:13 +0000 |
parents | d6c81d81255e |
children | a8d0345c2649 |
files | lisp/emacs-lisp/cl-indent.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-indent.el Sat Aug 21 11:58:30 2004 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Sat Aug 21 12:24:13 2004 +0000 @@ -458,7 +458,7 @@ (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))