From: Karl Heuer Date: Mon, 21 Sep 1998 16:31:46 +0000 (+0000) Subject: (build_load_history): Do add to Vload_history X-Git-Tag: emacs-20.4~1665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cac84ff0a204e5e3a98d6c962e4528fb137575f9;p=emacs.git (build_load_history): Do add to Vload_history even when dumping Emacs. --- diff --git a/src/lread.c b/src/lread.c index 72ebd3589ba..84072550440 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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;