comparison tests/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 * automated/lisp-tests.el:
4 Add a test looking for a bug just fixed in the equalp compiler
5 macro.
6
1 2015-06-03 Aidan Kehoe <kehoea@parhasard.net> 7 2015-06-03 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * automated/file-tests.el: 9 * automated/file-tests.el:
4 Gross sanity check for #'load and #'load-internal with a 10 Gross sanity check for #'load and #'load-internal with a
5 zero-length FILE, something that crashed until today. 11 zero-length FILE, something that crashed until today.