comparison lisp/ChangeLog @ 5326:60ba780f9078

Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el 2011-01-01 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (dolist, dotimes, do-symbols, macrolet) (symbol-macrolet): Define these macros with defmacro* instead of parsing the argument list by hand, for the sake of style and readability; use backquote where appropriate, instead of calling #'list and and friends, for the same reason.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 02 Jan 2011 00:06:14 +0000
parents d0bb90d90736
children dae3d95cf319
comparison
equal deleted inserted replaced
5325:47298dcf2e8f 5326:60ba780f9078
1 2011-01-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el (dolist, dotimes, do-symbols, macrolet)
4 (symbol-macrolet):
5 Define these macros with defmacro* instead of parsing the argument
6 list by hand, for the sake of style and readability; use backquote
7 where appropriate, instead of calling #'list and and friends, for
8 the same reason.
9
1 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> 10 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * x-misc.el (device-x-display): 12 * x-misc.el (device-x-display):
4 Provide this function, documented in the Lispref for years, but 13 Provide this function, documented in the Lispref for years, but
5 not existing previously. Thank you Julian Bradfield, thank you 14 not existing previously. Thank you Julian Bradfield, thank you