Mercurial > emacs
changeset 42252:63b6d0453539
(define-modify-macro): Better indent spec.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 Dec 2001 00:02:51 +0000 |
parents | d2e8e0db6666 |
children | ac66be721ee2 |
files | lisp/emacs-lisp/cl-indent.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-indent.el Fri Dec 21 23:57:20 2001 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Sat Dec 22 00:02:51 2001 +0000 @@ -402,7 +402,7 @@ (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)