Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4965:d79e9cc6aeca | 4966:48b63cd88a21 |
---|---|
170 | 170 |
171 * cl-macs.el (cl-do-arglist): | 171 * cl-macs.el (cl-do-arglist): |
172 * cl-compat.el (keyword-of): | 172 * cl-compat.el (keyword-of): |
173 Remove support in our generated code for emacs versions where | 173 Remove support in our generated code for emacs versions where |
174 keywords are not self-quoting. | 174 keywords are not self-quoting. |
175 | |
176 2010-02-01 Aidan Kehoe <kehoea@parhasard.net> | |
177 | |
178 * cl-macs.el (equalp): | |
179 Remove special treatment for an #'equalp with a single character | |
180 constant argument, it was incorrect (it used #'downcase instead of | |
181 #'canoncase). | |
175 | 182 |
176 2010-02-01 Ben Wing <ben@xemacs.org> | 183 2010-02-01 Ben Wing <ben@xemacs.org> |
177 | 184 |
178 * cl-extra.el: | 185 * cl-extra.el: |
179 * cl-extra.el (cl-string-vector-equalp): Removed. | 186 * cl-extra.el (cl-string-vector-equalp): Removed. |