Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5917:ffb5abc8dc4e
Fix a bug in the #'equalp compiler macro.
lisp/ChangeLog addition:
2015-06-11 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (equalp):
Fix a bug in this compiler macro when passed constants in a
certain order.
tests/ChangeLog addition:
2015-06-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Add a test looking for a bug just fixed in the equalp compiler
macro.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 11 Jun 2015 16:09:11 +0100 |
parents | 1152e0091f8c |
children |
comparison
equal
deleted
inserted
replaced
5916:1152e0091f8c | 5917:ffb5abc8dc4e |
---|---|
1 2015-06-11 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (equalp): | |
4 Fix a bug in this compiler macro when passed constants in a | |
5 certain order. | |
6 | |
1 2015-06-03 Aidan Kehoe <kehoea@parhasard.net> | 7 2015-06-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * code-files.el (load): | 9 * code-files.el (load): |
4 Revise this to respect load-ignore-out-of-date-elc-files, rather | 10 Revise this to respect load-ignore-out-of-date-elc-files, rather |
5 than leaving that to #'load-internal. Avoids a corner case where | 11 than leaving that to #'load-internal. Avoids a corner case where |