diff 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
line wrap: on
line diff
--- a/tests/ChangeLog	Wed Jun 03 20:13:07 2015 +0100
+++ b/tests/ChangeLog	Thu Jun 11 16:09:11 2015 +0100
@@ -1,3 +1,9 @@
+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.
+
 2015-06-03  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* automated/file-tests.el: