diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 16 21:00:08 2009 +0100
+++ b/lisp/ChangeLog	Tue Aug 18 12:34:34 2009 +0100
@@ -1,3 +1,9 @@
+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.
+
 2009-08-16  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* faces.el (xpm-color-symbols):