Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 15 19:31:06 2010 +0000 +++ b/lisp/ChangeLog Wed Nov 17 14:30:03 2010 +0000 @@ -1,3 +1,13 @@ +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. + 2010-11-14 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (eql): Don't remove the byte-compile property of this