diff src/lread.c @ 105028:77cce41847d5

(Fload): Also run do-after-load-evaluation while dumping.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 15 Sep 2009 03:45:51 +0000
parents 1e1816f211ce
children 0ad1fc06bfc8
line wrap: on
line diff
--- a/src/lread.c	Tue Sep 15 03:39:40 2009 +0000
+++ b/src/lread.c	Tue Sep 15 03:45:51 2009 +0000
@@ -1279,8 +1279,7 @@
   unbind_to (count, Qnil);
 
   /* Run any eval-after-load forms for this file */
-  if (NILP (Vpurify_flag)
-      && (!NILP (Ffboundp (Qdo_after_load_evaluation))))
+  if (!NILP (Ffboundp (Qdo_after_load_evaluation)))
     call1 (Qdo_after_load_evaluation, hist_file_name) ;
 
   UNGCPRO;