comparison lisp/ChangeLog @ 5305:09fed7053634

Handle slightly more complex type specifications, #'coerce, #'typep. 2010-11-17 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el (coerce): In the argument list, name the first argument OBJECT, not X; the former name was always used in the doc string and is clearer. Handle vector type specifications which include the length of the target sequence, error if there's a mismatch. * cl-macs.el (cl-make-type-test): Handle type specifications starting with the symbol 'eql.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 17 Nov 2010 14:30:03 +0000
parents ec05a30f7148
children 07d24b1f27a7 24c67faf4be6
comparison
equal deleted inserted replaced
5304:6784adb405ad 5305:09fed7053634
1 2010-11-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-extra.el (coerce):
4 In the argument list, name the first argument OBJECT, not X; the
5 former name was always used in the doc string and is clearer.
6 Handle vector type specifications which include the length of the
7 target sequence, error if there's a mismatch.
8 * cl-macs.el (cl-make-type-test): Handle type specifications
9 starting with the symbol 'eql.
10
1 2010-11-14 Aidan Kehoe <kehoea@parhasard.net> 11 2010-11-14 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * cl-macs.el (eql): Don't remove the byte-compile property of this 13 * cl-macs.el (eql): Don't remove the byte-compile property of this
4 symbol. That was necessary to override a bug in bytecomp.el where 14 symbol. That was necessary to override a bug in bytecomp.el where
5 #'eql was confused with #'eq, which bug we no longer have. 15 #'eql was confused with #'eq, which bug we no longer have.