Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5263:0d436a78c514
Add an implementation for #'the, cl-macs.el
lisp/ChangeLog addition:
2010-09-16 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (the): Add a docstring and an implementation for this
macro.
* bytecomp.el (byte-compile-initial-macro-environment): Add #'the
to this, checking byte-compile-delete-errors to decide whether to
make the type assertion. Change the initvalue to use backquote and
preceding commas for the lambda expressions, to allow the latter
to be compiled.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 16 Sep 2010 13:36:03 +0100 |
parents | 69f687b3ba9d |
children | 0d43872986b6 |
comparison
equal
deleted
inserted
replaced
5262:75bcb5bef459 | 5263:0d436a78c514 |
---|---|
1 2010-09-16 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (the): Add a docstring and an implementation for this | |
4 macro. | |
5 * bytecomp.el (byte-compile-initial-macro-environment): Add #'the | |
6 to this, checking byte-compile-delete-errors to decide whether to | |
7 make the type assertion. Change the initvalue to use backquote and | |
8 preceding commas for the lambda expressions, to allow the latter | |
9 to be compiled. | |
10 | |
1 2010-09-06 Aidan Kehoe <kehoea@parhasard.net> | 11 2010-09-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 12 |
3 * cl-seq.el (replace): | 13 * cl-seq.el (replace): |
4 Move this function, with added bounds-checking per ANSI Common | 14 Move this function, with added bounds-checking per ANSI Common |
5 Lisp, to fns.c. | 15 Lisp, to fns.c. |