Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4810:6ee5e50a8772
Add a compiler macro for #'map, where CL-TYPE is constant and understood.
2010-01-07 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (map):
Add a compiler macro for this function, for cases where CL-TYPE is
constant and understood.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 07 Jan 2010 21:50:39 +0000 |
parents | 41852ee5f1b0 |
children | 5b560b7374ff |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 07 12:44:25 2010 -0700 +++ b/lisp/ChangeLog Thu Jan 07 21:50:39 2010 +0000 @@ -1,3 +1,9 @@ +2010-01-07 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (map): + Add a compiler macro for this function, for cases where CL-TYPE is + constant and understood. + 2010-01-07 Aidan Kehoe <kehoea@parhasard.net> * unicode.el (load-unicode-tables):