diff lisp/ChangeLog @ 104737:8224438aa3cd

* subr.el (do-after-load-evaluation): Fix last change: use `mapc' instead of `dolist' to avoid a recursive require when bootstrapping.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 30 Aug 2009 18:17:20 +0000
parents cc62eac5991f
children 16738af2eddd
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 30 15:13:35 2009 +0000
+++ b/lisp/ChangeLog	Sun Aug 30 18:17:20 2009 +0000
@@ -1,3 +1,8 @@
+2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
+
+	* subr.el (do-after-load-evaluation): Fix last change: use `mapc'
+	instead of `dolist' to avoid a recursive require when bootstrapping.
+
 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.