comparison lisp/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 c8bbb32fe124
children 8704b7957585
comparison
equal deleted inserted replaced
5888:a85efdabe237 5889:bd644055ef44
1 2015-04-11 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el:
4 * cl-macs.el (check-type):
5 Correct the sense of the type test here when PLACE is not
6 setf'able, something which gave confusing errors with literal
7 fixnums or, e.g., (+ 30 40).
8
1 2015-04-04 Aidan Kehoe <kehoea@parhasard.net> 9 2015-04-04 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * gutter-items.el (append-progress-feedback): 11 * gutter-items.el (append-progress-feedback):
4 * gutter-items.el (abort-progress-feedback): 12 * gutter-items.el (abort-progress-feedback):
5 Correct comments in both these functions, it's the progress stack 13 Correct comments in both these functions, it's the progress stack