Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 28 18:34:26 2011 +0100 +++ b/lisp/ChangeLog Sun Jul 03 14:17:39 2011 +0100 @@ -1,3 +1,9 @@ +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. + 2011-06-25 Aidan Kehoe <kehoea@parhasard.net> * gtk-init.el: