(build_load_history): Do add to Vload_history
even when dumping Emacs.
This commit is contained in:
parent
44faf98195
commit
cac84ff0a2
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue