Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5317:8aa511adfad6
#'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-duplicates):
If the form has an incorrect number of arguments, don't attempt a
compiler macroexpansion.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 29 Dec 2010 23:56:57 +0000 |
parents | 9ac28212c75a |
children | 203dcac81dae |
comparison
equal
deleted
inserted
replaced
5316:9ac28212c75a | 5317:8aa511adfad6 |
---|---|
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (delete-duplicates): | |
4 If the form has an incorrect number of arguments, don't attempt a | |
5 compiler macroexpansion. | |
6 | |
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> | 7 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * cl-macs.el (cl-safe-expr-p): | 9 * cl-macs.el (cl-safe-expr-p): |
4 Forms that start with the symbol lambda are also safe. | 10 Forms that start with the symbol lambda are also safe. |
5 | 11 |