comparison lisp/ChangeLog @ 5531:1b054bc2ac40

Allow disabling a symbol macro with a macro environment, #'cl-macroexpand 2011-07-03 Aidan Kehoe <kehoea@parhasard.net> * cl.el (cl-macroexpand): Allow code to disable a given symbol macro while expanding code by prepending a cons with a nil cdr to the macro environment.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 03 Jul 2011 14:17:39 +0100
parents 3d1f8f0e690f
children 69a08906ad27 11da5b828d10
comparison
equal deleted inserted replaced
5530:17bcc2aab111 5531:1b054bc2ac40
1 2011-07-03 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl.el (cl-macroexpand):
4 Allow code to disable a given symbol macro while expanding code by
5 prepending a cons with a nil cdr to the macro environment.
6
1 2011-06-25 Aidan Kehoe <kehoea@parhasard.net> 7 2011-06-25 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * gtk-init.el: 9 * gtk-init.el:
4 * gtk-init.el (make-device-late-gtk-entry-point): 10 * gtk-init.el (make-device-late-gtk-entry-point):
5 * gtk-init.el (gtk-initialize-compose): Removed. 11 * gtk-init.el (gtk-initialize-compose): Removed.