aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorBT Templeton <[email protected]>2013-04-01 20:30:28 -0400
committerRobin Templeton <[email protected]>2015-04-18 18:49:09 -0400
commit3e49c95855c23316fdf7ea325b742057a4474603 (patch)
treeb1dfa4f6c9d1a054f4cefa7d34a0577953c6965e /lisp
parentfe6aa7a1f05e241a438ca3fa85969b7381d89a0e (diff)
don't set current-load-list in loadup.el
Fixes <http://debbugs.gnu.org/14120>, reported by Taylan Ulrich Bayırlı. * lisp/loadup.el: Don't set `current-load-list' to nil.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/loadup.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 51a760a55a..eca284afeb 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -346,8 +346,6 @@ lost after dumping")))
(message "Warning: Change in load-path due to site-init will be \
lost after dumping")))
-(setq current-load-list nil)
-
;; We keep the load-history data in PURE space.
;; Make sure that the spine of the list is not in pure space because it can
;; be destructively mutated in lread.c:build_load_history.