* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 18 Aug 2010 10:21:43 +0000 (12:21 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 18 Aug 2010 10:21:43 +0000 (12:21 +0200)
commit0193499fe1b0666b73bdd4a4e628e0af065ea42f
treeea5419d08ab50404dc7135215c33fc3e7e98d18d
parentc785836ddc6ac51fd46f4a476c75c3b2327cc2b0
* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
declarations that are useful before running the macro.
* src/eval.c (Fdefmacro): Only obey one declaration.
lisp/ChangeLog
lisp/emacs-lisp/autoload.el
src/ChangeLog
src/eval.c