]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-modify-macro): Better indent spec.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Dec 2001 00:03:08 +0000 (00:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Dec 2001 00:03:08 +0000 (00:03 +0000)
lisp/ChangeLog
lisp/emacs-lisp/cl-indent.el

index bf8ccc62c006d6af4b3244a8d1bac52760c50bba..5aa045b96af441fa66ed35b9dc6644e6cb0b4765 100644 (file)
@@ -21,6 +21,8 @@
 
 2001-12-21  Richard M. Stallman  <rms@gnu.org>
 
+       * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
+
        * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
 
        * emacs-lisp/easy-mmode.el (define-minor-mode): 
index 5b22be7206d275966feae64e126888b98258a5e1..294b7b7f5d2150a7a94d26842fb302a3caae7c37 100644 (file)
@@ -402,7 +402,7 @@ by `lisp-body-indent'."
            (defparameter . defvar)
            (defconst     . defcustom)
            (define-condition  . defclass)
-           (define-modify-macro (4 &body))
+           (define-modify-macro (4 &lambda &body))
            (defsetf     (4 &lambda 4 &body))
            (defun       (4 &lambda &body))
            (define-setf-method . defun)