Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 03 20:25:03 2014 +0100 +++ b/lisp/ChangeLog Wed Aug 06 10:19:25 2014 +0100 @@ -1,3 +1,11 @@ +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. + 2014-07-14 Aidan Kehoe <kehoea@parhasard.net> * simple.el (raw-append-message):