Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4707:5bb0735f56e0
Handle non-list sequences better, delete-duplicates compiler macro.
2009-10-03 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-duplicates):
Make this compiler macro aware that CL-SEQ is a sequence, which
may not necessarily be a list.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 03 Oct 2009 14:22:08 +0100 |
parents | 7b90173970ad |
children | 1cecc3e9f0a0 |
comparison
equal
deleted
inserted
replaced
4706:7e79c8559ad1 | 4707:5bb0735f56e0 |
---|---|
1 2009-10-03 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (delete-duplicates): | |
4 Make this compiler macro aware that CL-SEQ is a sequence, which | |
5 may not necessarily be a list. | |
6 | |
1 2009-09-30 Mike Sperber <mike@xemacs.org> | 7 2009-09-30 Mike Sperber <mike@xemacs.org> |
2 | 8 |
3 * lisp.el (beginning-of-defun-raw): Unbreak; clean up sloppy | 9 * lisp.el (beginning-of-defun-raw): Unbreak; clean up sloppy |
4 coding. | 10 coding. |
5 | 11 |