1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(define-modify-macro): Better indent spec.

This commit is contained in:
Richard M. Stallman 2001-12-22 00:03:08 +00:00
parent b52e05e242
commit b6f053c6a5
2 changed files with 3 additions and 1 deletions

View 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)