Mercurial > hg > xemacs-beta
diff tests/ChangeLog @ 5889:bd644055ef44
Correct a bug in #'check-type, non-setf'able PLACEs
lisp/ChangeLog addition:
2015-04-11 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el:
* cl-macs.el (check-type):
Correct the sense of the type test here when PLACE is not
setf'able, something which gave confusing errors with literal
fixnums or, e.g., (+ 30 40).
tests/ChangeLog addition:
2015-04-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Check for a bug just fixed in cl-macs.el.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 11 Apr 2015 18:06:17 +0100 |
parents | c96000075e49 |
children | 053ef01b71a8 |
line wrap: on
line diff
--- a/tests/ChangeLog Thu Apr 09 14:54:37 2015 +0100 +++ b/tests/ChangeLog Sat Apr 11 18:06:17 2015 +0100 @@ -1,3 +1,8 @@ +2015-04-11 Aidan Kehoe <kehoea@parhasard.net> + + * automated/lisp-tests.el: + Check for a bug just fixed in cl-macs.el. + 2015-04-08 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el: