emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/raeburn-startup 0119f87 4/5: Don't save coding-sys


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 0119f87 4/5: Don't save coding-system-list.
Date: Sun, 5 Feb 2017 14:10:06 +0000 (UTC)

branch: scratch/raeburn-startup
commit 0119f87c179a6abc83e7e5e77993a86c7211bcca
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 a8601b4..80e9a28 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -510,6 +510,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]