Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 03 18:40:57 2011 +0100 +++ b/lisp/ChangeLog Sat Jun 04 14:17:59 2011 +0100 @@ -1,3 +1,11 @@ +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.) + 2011-05-29 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (cl-transform-lambda):