]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel): indent the :method sub-form of `defgeneric' correctly.
authorSam Steingold <sds@gnu.org>
Wed, 16 May 2001 21:13:21 +0000 (21:13 +0000)
committerSam Steingold <sds@gnu.org>
Wed, 16 May 2001 21:13:21 +0000 (21:13 +0000)
lisp/ChangeLog
lisp/emacs-lisp/cl-indent.el

index a264d2217fba067d22fcd8037912219e49d4c6f8..e48947f3465ab08a6d725c09d5bf39cce8722181 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-16  Sam Steingold  <sds@gnu.org>
+
+       * emacs-lisp/cl-indent.el (toplevel): indent the :method
+       sub-form of `defgeneric' correctly.
+
 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
 
        * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
index e0357cd5997a2ddc991175b179ae8d19bb1b8f22..c03beb2a40ca675f475b3955b3d97954843c542d 100644 (file)
@@ -422,6 +422,7 @@ by `lisp-body-indent'."
            (handler-bind . let) (restart-bind . let)
            (locally 1)
            ;(loop ...)
+           (:method (&lambda &body)) ; in `defgeneric'
            (multiple-value-bind ((&whole 6 &rest 1) 4 &body))
            (multiple-value-call (4 &body))
            (multiple-value-prog1 1)