> 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


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to