aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c4
1 files changed, 0 insertions, 4 deletions
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)
989 register Lisp_Object tem, tem2; 989 register Lisp_Object tem, tem2;
990 register int foundit, loading; 990 register int foundit, loading;
991 991
992 /* Don't bother recording anything for preloaded files. */
993 if (!NILP (Vpurify_flag))
994 return;
995
996 loading = stream || !NARROWED; 992 loading = stream || !NARROWED;
997 993
998 tail = Vload_history; 994 tail = Vload_history;