aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-22 00:03:08 +0000
committerRichard M. Stallman2001-12-22 00:03:08 +0000
commitb6f053c6a5c4459d3f5a8bec58cccb0c91493959 (patch)
tree3d3e7277fb1dff65f2628c6dd9623ef3c44e636e /lisp
parentb52e05e242d61adfd6085eb127774b122c1a67a3 (diff)
downloademacs-b6f053c6a5c4459d3f5a8bec58cccb0c91493959.tar.gz
emacs-b6f053c6a5c4459d3f5a8bec58cccb0c91493959.zip
(define-modify-macro): Better indent spec.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/emacs-lisp/cl-indent.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf8ccc62c00..5aa045b96af 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -21,6 +21,8 @@
21 21
222001-12-21 Richard M. Stallman <rms@gnu.org> 222001-12-21 Richard M. Stallman <rms@gnu.org>
23 23
24 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
25
24 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data. 26 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
25 27
26 * emacs-lisp/easy-mmode.el (define-minor-mode): 28 * emacs-lisp/easy-mmode.el (define-minor-mode):
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index 5b22be7206d..294b7b7f5d2 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -402,7 +402,7 @@ by `lisp-body-indent'."
402 (defparameter . defvar) 402 (defparameter . defvar)
403 (defconst . defcustom) 403 (defconst . defcustom)
404 (define-condition . defclass) 404 (define-condition . defclass)
405 (define-modify-macro (4 &body)) 405 (define-modify-macro (4 &lambda &body))
406 (defsetf (4 &lambda 4 &body)) 406 (defsetf (4 &lambda 4 &body))
407 (defun (4 &lambda &body)) 407 (defun (4 &lambda &body))
408 (define-setf-method . defun) 408 (define-setf-method . defun)