Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5806:2dee57a2c2d6
Improve style, #'fc-name-parse-harder.
lisp/ChangeLog addition:
2014-08-06 Aidan Kehoe <kehoea@parhasard.net>
* fontconfig.el (fc-name-parse-harder):
Improve style here, don't re-implement #'split-string-by-char with
its ESCAPE-CHAR argument, look for a string prefix in a list of
candidates in a more CL-idiomatic way, use the language's features
for boolean or.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 06 Aug 2014 10:19:25 +0100 |
parents | b79e1e02bf01 |
children | 1b984807a299 |
comparison
equal
deleted
inserted
replaced
5805:8139bdf8db04 | 5806:2dee57a2c2d6 |
---|---|
1 2014-08-06 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fontconfig.el (fc-name-parse-harder): | |
4 Improve style here, don't re-implement #'split-string-by-char with | |
5 its ESCAPE-CHAR argument, look for a string prefix in a list of | |
6 candidates in a more CL-idiomatic way, use the language's features | |
7 for boolean or. | |
8 | |
1 2014-07-14 Aidan Kehoe <kehoea@parhasard.net> | 9 2014-07-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * simple.el (raw-append-message): | 11 * simple.el (raw-append-message): |
4 Use #'write-sequence in this, take its START and END keyword | 12 Use #'write-sequence in this, take its START and END keyword |
5 arguments, so our callers don't have to cons as much. | 13 arguments, so our callers don't have to cons as much. |