Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5084:6afe991b8135 | 5085:1ee30d3f9dd0 |
---|---|
1 2010-03-02 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (delete-dups): New compiler macro for this function, | |
4 expanding to inline byte codes. | |
5 (delete-duplicates): Handle the :from-end argument correctly in | |
6 this compiler macro. | |
7 | |
1 2010-03-01 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-03-01 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * cl-seq.el (cl-parsing-keywords): | 10 * cl-seq.el (cl-parsing-keywords): |
4 * cl-macs.el (cl-do-arglist): | 11 * cl-macs.el (cl-do-arglist): |
5 Use the new invalid-keyword-argument error here. | 12 Use the new invalid-keyword-argument error here. |