Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5737:165315eae1ab
Make #'apply-partially more intelligent still when byte-compiled.
lisp/ChangeLog addition:
2013-06-17 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el:
* cl-macs.el (apply-partially):
Be more intelligent about constructing (or not) compiled functions
at runtime or compile time when making these closures.
tests/ChangeLog addition:
2013-06-17 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Test #'apply-partially more extensively, given changes in
cl-macs.el.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 17 Jun 2013 19:54:02 +0100 |
parents | 3192994c49ca |
children | 6c2aa9851f5e |
comparison
equal
deleted
inserted
replaced
5736:3192994c49ca | 5737:165315eae1ab |
---|---|
1 2013-06-17 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/lisp-tests.el: | |
4 Test #'apply-partially more extensively, given changes in | |
5 cl-macs.el. | |
6 | |
1 2013-06-17 Jerry James <james@xemacs.org> | 7 2013-06-17 Jerry James <james@xemacs.org> |
2 | 8 |
3 * automated/lisp-tests.el: Adjust expected failure message due to | 9 * automated/lisp-tests.el: Adjust expected failure message due to |
4 changes in check_valid_xbm_inline(). | 10 changes in check_valid_xbm_inline(). |
5 | 11 |