changeset 23284:38519676398c

(build_load_history): Do add to Vload_history even when dumping Emacs.
author Karl Heuer <kwzh@gnu.org>
date Mon, 21 Sep 1998 16:31:46 +0000
parents 2442a5dce1a8
children 76798d29cb2b
files src/lread.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Sat Sep 19 02:15:26 1998 +0000
+++ b/src/lread.c	Mon Sep 21 16:31:46 1998 +0000
@@ -989,10 +989,6 @@
   register Lisp_Object tem, tem2;
   register int foundit, loading;
 
-  /* Don't bother recording anything for preloaded files.  */
-  if (!NILP (Vpurify_flag))
-    return;
-
   loading = stream || !NARROWED;
 
   tail = Vload_history;