comparison lisp/ChangeLog @ 5614:281bf2b87915

Call #'cl-macroexpand-all in #'cl-transform-function-property 2011-12-21 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (cl-transform-function-property): Call #'cl-macroexpand-all when doing this, avoiding unpleasantness with defsetf and lexical variables. * cl-macs.el (assert): The previous change meant #'remove-if isn't necessarily available yet; use the :key argument with #'remove* instead.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 21 Dec 2011 16:54:30 +0000
parents a944c124b2d3
children 5f4f92a31875
comparison
equal deleted inserted replaced
5613:a944c124b2d3 5614:281bf2b87915
1 2011-12-21 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el (cl-transform-function-property):
4 Call #'cl-macroexpand-all when doing this, avoiding unpleasantness
5 with defsetf and lexical variables.
6 * cl-macs.el (assert):
7 The previous change meant #'remove-if isn't necessarily available
8 yet; use the :key argument with #'remove* instead.
9
1 2011-12-10 Aidan Kehoe <kehoea@parhasard.net> 10 2011-12-10 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * mule/mule-cmds.el (posix-charset-to-coding-system-hash): 12 * mule/mule-cmds.el (posix-charset-to-coding-system-hash):
4 Correct the docstring for this variable. 13 Correct the docstring for this variable.
5 14