From c665e99c9c272535ac944147ba2153297c10be40 Mon Sep 17 00:00:00 2001 From: BT Templeton Date: Mon, 1 Apr 2013 20:30:28 -0400 Subject: [PATCH] don't set current-load-list in loadup.el MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes , reported by Taylan Ulrich Bayırlı. * lisp/loadup.el: Don't set `current-load-list' to nil. --- lisp/loadup.el | 2 -- 1 file changed, 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. -- 2.20.1