]> git.eshelyaron.com Git - emacs.git/commitdiff
Indent defpackage correctly.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Apr 1998 19:43:52 +0000 (19:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Apr 1998 19:43:52 +0000 (19:43 +0000)
lisp/emacs-lisp/cl-indent.el

index 2abcc8d79639ede9f1101c141ea0e19f376f9022..dff375a2714b4f41fc0e3647b6df0653c98b53d0 100644 (file)
@@ -386,6 +386,7 @@ by `lisp-body-indent'."
           (defsetf     (4 (&whole 4 &rest 1) 4 &body))
           (defun       (4 (&whole 4 &rest 1) &body))
           (defmacro . defun) (deftype . defun)
+          (defpackage  (4 2))
           (defstruct   ((&whole 4 &rest (&whole 2 &rest 1))
                         &rest (&whole 2 &rest 1)))
           (destructuring-bind