emacs-devel
[Top][All Lists]
Advanced

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

Re: Lisp indentation.


From: Stefan Monnier
Subject: Re: Lisp indentation.
Date: Mon, 14 Mar 2005 07:58:12 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> I tried it with eval-when-compile in byte-run.el.  With current CVS

Oh, right, the `declare' only works after subr.el has been loaded, so it's
ignored if you use it in byte-run.el or in backquote.el.

See (setq macro-declaration-function 'macro-declaration-function) in
subr.el.  Feel free to fix byte-run.el to not use `declare' (with a note
explaining why), or to move the `macro-declaration-function' from subr.el to
byte-run.el.


        Stefan




reply via email to

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