Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5618:cc1ec4c93a67
Improve Lisp style in a few places, select.el
lisp/ChangeLog addition:
2011-12-23 Aidan Kehoe <kehoea@parhasard.net>
* select.el (activate-region-as-selection):
* select.el (select-make-extent-for-selection):
* select.el (select-convert-in):
* select.el (select-convert-out):
* select.el (select-coerce):
* select.el (select-convert-to-targets):
Improve Lisp style in a few places here; don't re-implement
#'delete-duplicates, use #'funcall instead of consing up a list to
pass to #'apply.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 23 Dec 2011 10:34:40 +0000 |
parents | b0d712bbc2a6 |
children | 75ad4969a16d |
comparison
equal
deleted
inserted
replaced
5617:b0d712bbc2a6 | 5618:cc1ec4c93a67 |
---|---|
1 2011-12-23 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * select.el (activate-region-as-selection): | |
4 * select.el (select-make-extent-for-selection): | |
5 * select.el (select-convert-in): | |
6 * select.el (select-convert-out): | |
7 * select.el (select-coerce): | |
8 * select.el (select-convert-to-targets): | |
9 Improve Lisp style in a few places here; don't re-implement | |
10 #'delete-duplicates, use #'funcall instead of consing up a list to | |
11 pass to #'apply. | |
12 | |
1 2011-12-23 Didier Verna <didier@xemacs.org> | 13 2011-12-23 Didier Verna <didier@xemacs.org> |
2 | 14 |
3 * cl-macs.el (face-flush-p): New defsetf. | 15 * cl-macs.el (face-flush-p): New defsetf. |
4 * faces.el (set-face-property): Document the flush property. | 16 * faces.el (set-face-property): Document the flush property. |
5 * faces.el (face-flush-p): New function. | 17 * faces.el (face-flush-p): New function. |