Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5519:bcd74c477a38
Switch to #'dolist instead of #'mapcar in a couple of places if result not used
2011-06-04 Aidan Kehoe <kehoea@parhasard.net>
* gutter-items.el (add-tab-to-gutter):
* toolbar-items.el (toolbar-add-item-data):
Switch to #'dolist instead of #'mapcar in a couple of places where
the result isn't used. (Committed now mostly to trigger a commit
mail so Mats' buildbot gets woken up.)
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 04 Jun 2011 14:17:59 +0100 |
parents | 9d519ab9fd68 |
children | 544e6336d37c |
comparison
equal
deleted
inserted
replaced
5518:3cc7470ea71c | 5519:bcd74c477a38 |
---|---|
1 2011-06-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * gutter-items.el (add-tab-to-gutter): | |
4 * toolbar-items.el (toolbar-add-item-data): | |
5 Switch to #'dolist instead of #'mapcar in a couple of places where | |
6 the result isn't used. (Committed now mostly to trigger a commit | |
7 mail so Mats' buildbot gets woken up.) | |
8 | |
1 2011-05-29 Aidan Kehoe <kehoea@parhasard.net> | 9 2011-05-29 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * cl-macs.el (cl-transform-lambda): | 11 * cl-macs.el (cl-transform-lambda): |
4 Move the code to decide whether to add argument information to the | 12 Move the code to decide whether to add argument information to the |
5 docstring a little later, so the information about what the | 13 docstring a little later, so the information about what the |