Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5085:1ee30d3f9dd0
Handle the :from-end argument correctly, #'delete-duplicates compiler macro.
2010-03-02 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-dups): New compiler macro for this function,
expanding to inline byte codes.
(delete-duplicates): Handle the :from-end argument correctly in
this compiler macro.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 02 Mar 2010 13:02:36 +0000 |
parents | 6afe991b8135 |
children | 99f8ebc082d9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 01 21:05:33 2010 +0000 +++ b/lisp/ChangeLog Tue Mar 02 13:02:36 2010 +0000 @@ -1,3 +1,10 @@ +2010-03-02 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (delete-dups): New compiler macro for this function, + expanding to inline byte codes. + (delete-duplicates): Handle the :from-end argument correctly in + this compiler macro. + 2010-03-01 Aidan Kehoe <kehoea@parhasard.net> * cl-seq.el (cl-parsing-keywords):