Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4714:84f870bbd17b
Fix another bug in the delete-duplicates compiler macro.
2009-10-12 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-duplicates):
Fix another bug in the delete-duplicates compiler macro, thank you
the byte compiler.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 12 Oct 2009 16:42:38 +0100 |
parents | a46d7513a364 |
children | dca5bb2adff1 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 10 15:04:59 2009 +0100 +++ b/lisp/ChangeLog Mon Oct 12 16:42:38 2009 +0100 @@ -1,3 +1,9 @@ +2009-10-12 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (delete-duplicates): + Fix another bug in the delete-duplicates compiler macro, thank you + the byte compiler. + 2009-10-07 Andreas Roehler <andreas.roehler@online.de> * lisp.el (beginning-of-defun-function):