emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/raeburn-startup 01407d6 2/4: Don't trash current-l


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 01407d6 2/4: Don't trash current-load-list while loading dumped.elc.
Date: Thu, 2 Feb 2017 08:28:55 +0000 (UTC)

branch: scratch/raeburn-startup
commit 01407d67ba0362ff6b1c3cd9fad13990e4d231bf
Author: Ken Raeburn <address@hidden>
Commit: Ken Raeburn <address@hidden>

    Don't trash current-load-list while loading dumped.elc.
    
    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 |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 9bff9df..482d6fa 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -505,6 +505,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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]