Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5513:cf2733b1ff4b
Be more reasonable in the implementation of #'make-modeline-command-wrapper.
lisp/ChangeLog addition:
2011-05-27 Aidan Kehoe <kehoea@parhasard.net>
* modeline.el (make-modeline-command-wrapper):
Be more reasonable about the implementation of this wrapper, don't
require that the value of COMMAND be available at macro-expansion
time. (Basically, implement a closure.)
* modeline.el (add-minor-mode):
Remove a workaround and misguided comment that are no longer
necessary or exact.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 27 May 2011 14:31:56 +0100 |
parents | 7b5254f6e0d5 |
children | 9d519ab9fd68 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed May 25 09:15:20 2011 -0600 +++ b/lisp/ChangeLog Fri May 27 14:31:56 2011 +0100 @@ -1,3 +1,13 @@ +2011-05-27 Aidan Kehoe <kehoea@parhasard.net> + + * modeline.el (make-modeline-command-wrapper): + Be more reasonable about the implementation of this wrapper, don't + require that the value of COMMAND be available at macro-expansion + time. (Basically, implement a closure.) + * modeline.el (add-minor-mode): + Remove a workaround and misguided comment that are no longer + necessary or exact. + 2011-05-25 Didier Verna <didier@xemacs.org> * cl-macs.el (macrolet):