]> git.eshelyaron.com Git - emacs.git/commitdiff
(build_load_history): Do add to Vload_history
authorKarl Heuer <kwzh@gnu.org>
Mon, 21 Sep 1998 16:31:46 +0000 (16:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 21 Sep 1998 16:31:46 +0000 (16:31 +0000)
even when dumping Emacs.

src/lread.c

index 72ebd3589bacb6fae8799722b6ed1d8f4e9facdd..84072550440e71918d9d8261d38955281055ff8a 100644 (file)
@@ -989,10 +989,6 @@ build_load_history (stream, source)
   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;