Mercurial > emacs
diff lisp/ChangeLog @ 109837:b668431e0039
* 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.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 18 Aug 2010 12:21:43 +0200 |
parents | 5883fc00b976 |
children | 64936c70841e |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 18 11:27:53 2010 +0200 +++ b/lisp/ChangeLog Wed Aug 18 12:21:43 2010 +0200 @@ -1,3 +1,8 @@ +2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca> + + * emacs-lisp/autoload.el (make-autoload): Preload the macros's + declarations that are useful before running the macro. + 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> * image.el (create-animated-image): Don't add heuristic mask to image @@ -5,8 +10,8 @@ 2010-08-18 Jan Djärv <jan.h.d@swipnet.se> - * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): Use - QCLIPBOARD instead of QPRIMARY (Bug#6677). + * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): + Use QCLIPBOARD instead of QPRIMARY (Bug#6677). 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>