emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/raeburn-startup 8ec5f5a 11/43: Don't trash current


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 8ec5f5a 11/43: Don't trash current-load-list while loading dumped.elc.
Date: Mon, 31 Jul 2017 02:10:59 -0400 (EDT)

branch: scratch/raeburn-startup
commit 8ec5f5aa3ba9cda16c88d6e1659dd33d864d0881
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 0df27ad..9c1f866 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -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))))



reply via email to

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