diff lisp/ChangeLog @ 4966:48b63cd88a21

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 14:11:36 -0600
parents e813cf16c015 6bc1f3f6cf0d
children cbe181529c34
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 01 13:36:26 2010 -0600
+++ b/lisp/ChangeLog	Mon Feb 01 14:11:36 2010 -0600
@@ -173,6 +173,13 @@
 	Remove support in our generated code for emacs versions where
 	keywords are not self-quoting.
 
+2010-02-01  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* cl-macs.el (equalp):
+	Remove special treatment for an #'equalp with a single character
+	constant argument, it was incorrect (it used #'downcase instead of
+	#'canoncase).
+
 2010-02-01  Ben Wing  <ben@xemacs.org>
 
 	* cl-extra.el: