# HG changeset patch # User Karl Heuer # Date 906395506 0 # Node ID 38519676398c9a8e465878e9f4fb9bc005fb9e5d # Parent 2442a5dce1a8193d60bb22767a471a45b91a2fb5 (build_load_history): Do add to Vload_history even when dumping Emacs. diff -r 2442a5dce1a8 -r 38519676398c src/lread.c --- 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;