aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-24 19:43:52 +0000
committerRichard M. Stallman1998-04-24 19:43:52 +0000
commit8acc018fe0a2627fd59c683d640cc1eddb9d3421 (patch)
tree68180d688a6a3e3285a373e53fc15d4dbe753756
parentc9cfb0f2b610f58940082badbc1d022e0106feef (diff)
downloademacs-8acc018fe0a2627fd59c683d640cc1eddb9d3421.tar.gz
emacs-8acc018fe0a2627fd59c683d640cc1eddb9d3421.zip
Indent defpackage correctly.
-rw-r--r--lisp/emacs-lisp/cl-indent.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index 2abcc8d7963..dff375a2714 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -386,6 +386,7 @@ by `lisp-body-indent'."
386 (defsetf (4 (&whole 4 &rest 1) 4 &body)) 386 (defsetf (4 (&whole 4 &rest 1) 4 &body))
387 (defun (4 (&whole 4 &rest 1) &body)) 387 (defun (4 (&whole 4 &rest 1) &body))
388 (defmacro . defun) (deftype . defun) 388 (defmacro . defun) (deftype . defun)
389 (defpackage (4 2))
389 (defstruct ((&whole 4 &rest (&whole 2 &rest 1)) 390 (defstruct ((&whole 4 &rest (&whole 2 &rest 1))
390 &rest (&whole 2 &rest 1))) 391 &rest (&whole 2 &rest 1)))
391 (destructuring-bind 392 (destructuring-bind