Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4680:891381effa11
Eliminate 781 funcalls at startup, simple.el
2009-08-18 Aidan Kehoe <kehoea@parhasard.net>
* simple.el (handle-pre-motion-command-current-command-is-motion):
Replace mapc + #'(lambda ...) with dolist, eliminating 781
funcalls at XEmacs startup and decreasing GC a little.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 18 Aug 2009 12:34:34 +0100 |
parents | b5e1d4f6b66f |
children | 64ac4337298b |
comparison
equal
deleted
inserted
replaced
4679:2c64d2bbb316 | 4680:891381effa11 |
---|---|
1 2009-08-18 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * simple.el (handle-pre-motion-command-current-command-is-motion): | |
4 Replace mapc + #'(lambda ...) with dolist, eliminating 781 | |
5 funcalls at XEmacs startup and decreasing GC a little. | |
6 | |
1 2009-08-16 Aidan Kehoe <kehoea@parhasard.net> | 7 2009-08-16 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * faces.el (xpm-color-symbols): | 9 * faces.el (xpm-color-symbols): |
4 Call (featurep 'x) when faces.elc is dumped, not repeatedly | 10 Call (featurep 'x) when faces.elc is dumped, not repeatedly |
5 (myriad times) at image instantiation time. | 11 (myriad times) at image instantiation time. |