comparison 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
comparison
equal deleted inserted replaced
109836:9212e8bdf79b 109837:b668431e0039
1 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4 declarations that are useful before running the macro.
5
1 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> 6 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2 7
3 * image.el (create-animated-image): Don't add heuristic mask to image 8 * image.el (create-animated-image): Don't add heuristic mask to image
4 (Bug#6839). 9 (Bug#6839).
5 10
6 2010-08-18 Jan Djärv <jan.h.d@swipnet.se> 11 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7 12
8 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): Use 13 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
9 QCLIPBOARD instead of QPRIMARY (Bug#6677). 14 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
10 15
11 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> 16 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
12 17
13 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set. 18 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
14 19