Mercurial > hg > xemacs-beta
diff lisp/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 | b3a2bff825c8 |
children | f6af091ac654 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 17 10:23:00 2013 -0600 +++ b/lisp/ChangeLog Mon Jun 17 19:54:02 2013 +0100 @@ -1,3 +1,10 @@ +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. + 2013-03-02 Michael Sperber <mike@xemacs.org> * bytecomp.el (byte-compile-if): Port this patch from GNU Emacs: