Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5738:f6af091ac654
Use new language features in #'call-process-internal now they're available.
lisp/ChangeLog addition:
2013-06-17 Aidan Kehoe <kehoea@parhasard.net>
* process.el (process-synchronize-point): Moved to a label.
* process.el (call-process-internal):
Now we have better language features, use them rather than
creating a closure ourselves or exposing a utility function when
there is no need for that with a well-implemented labels function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 17 Jun 2013 20:37:47 +0100 |
parents | 165315eae1ab |
children | 00a421d2b2ba f9e4d44504a4 |
comparison
equal
deleted
inserted
replaced
5737:165315eae1ab | 5738:f6af091ac654 |
---|---|
1 2013-06-17 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * process.el (process-synchronize-point): Moved to a label. | |
4 * process.el (call-process-internal): | |
5 Now we have better language features, use them rather than | |
6 creating a closure ourselves or exposing a utility function when | |
7 there is no need for that with a well-implemented labels function. | |
8 | |
1 2013-06-17 Aidan Kehoe <kehoea@parhasard.net> | 9 2013-06-17 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * cl-macs.el: | 11 * cl-macs.el: |
4 * cl-macs.el (apply-partially): | 12 * cl-macs.el (apply-partially): |
5 Be more intelligent about constructing (or not) compiled functions | 13 Be more intelligent about constructing (or not) compiled functions |