comparison 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
comparison
equal deleted inserted replaced
5736:3192994c49ca 5737:165315eae1ab
1 2013-06-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el:
4 * cl-macs.el (apply-partially):
5 Be more intelligent about constructing (or not) compiled functions
6 at runtime or compile time when making these closures.
7
1 2013-03-02 Michael Sperber <mike@xemacs.org> 8 2013-03-02 Michael Sperber <mike@xemacs.org>
2 9
3 * bytecomp.el (byte-compile-if): Port this patch from GNU Emacs: 10 * bytecomp.el (byte-compile-if): Port this patch from GNU Emacs:
4 11
5 Author: Dave Love <fx@gnu.org> 12 Author: Dave Love <fx@gnu.org>