(build_load_history): Do add to Vload_history

even when dumping Emacs.
This commit is contained in:
Karl Heuer 1998-09-21 16:31:46 +00:00
parent 44faf98195
commit cac84ff0a2

View 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;