don't set current-load-list in loadup.el
authorBT Templeton <bpt@hcoop.net>
Tue, 2 Apr 2013 00:30:28 +0000 (20:30 -0400)
committerRobin Templeton <robin@terpri.org>
Sat, 18 Apr 2015 22:49:09 +0000 (18:49 -0400)
Fixes <http://debbugs.gnu.org/14120>, reported by Taylan Ulrich Bayırlı.

* lisp/loadup.el: Don't set `current-load-list' to nil.

lisp/loadup.el

index 51a760a..eca284a 100644 (file)
@@ -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.