]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't trash current-load-list while loading dumped.elc.
authorKen Raeburn <raeburn@raeburn.org>
Fri, 27 Jan 2017 08:35:35 +0000 (03:35 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:20 +0000 (04:36 -0400)
The variable is used during the load process; setting its value
results in a scrambled load history and difficult looking up help
strings.

* lisp/loadup.el: Exclude current-load-list from the variables dumped.

lisp/loadup.el

index 0df27ad1d871dc4aaab74bfce9dc914d435fb4fb..9c1f86620f551d7bfefe40ecb4605bf42e00c0c4 100644 (file)
@@ -513,6 +513,7 @@ lost after dumping")))
                       (not (memq s '(terminal-frame obarray
                                      initial-window-system window-system
                                      ;; custom-delayed-init-variables
+                                     current-load-list
                                      exec-path
                                      process-environment
                                      command-line-args noninteractive))))