emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The `defmacro*' macro in `cl-macs' does not recognize `declare' forms


From: Johan Bockgård
Subject: The `defmacro*' macro in `cl-macs' does not recognize `declare' forms
Date: Fri, 29 Apr 2005 14:47:45 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

The `defmacro*' macro in `cl-macs' does not recognize `declare' forms.

"Define NAME as a macro.
Like normal `defmacro', except ARGLIST allows full Common Lisp conventions,
and BODY is implicitly surrounded by (block NAME ...)."

(macroexpand '(defmacro* foo () (declare (indent 1)) nil))
   =>
(defmacro foo nil (block foo (declare (indent 1)) nil))

-- 
Johan Bockgård




reply via email to

[Prev in Thread] Current Thread [Next in Thread]