diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Dec 29 23:53:48 2010 +0000
+++ b/lisp/ChangeLog	Wed Dec 29 23:56:57 2010 +0000
@@ -1,3 +1,9 @@
+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.
+
 2010-12-29  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (cl-safe-expr-p):