emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/raeburn-startup 76ee58e 17/43: Don't save coding-s


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 76ee58e 17/43: Don't save coding-system-list.
Date: Mon, 31 Jul 2017 02:11:01 -0400 (EDT)

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

    Don't save coding-system-list.
    
    The act of re-defining the coding systems and aliases will update the
    list.
    
    * lisp/loadup.el: Skip coding-system-list when dumping variables.
---
 lisp/loadup.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 3c8686d..b7b24ec 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -518,6 +518,7 @@ lost after dumping")))
                                      initial-window-system window-system
                                      ;; custom-delayed-init-variables
                                      current-load-list
+                                     coding-system-list
                                      exec-path
                                      process-environment
                                      command-line-args noninteractive))))



reply via email to

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