]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't save coding-system-list.
authorKen Raeburn <raeburn@raeburn.org>
Sun, 5 Feb 2017 13:03:27 +0000 (08:03 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:21 +0000 (04:36 -0400)
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

index 3c8686d356a7bbb7bdac838b5e9af9dcb5479a2a..b7b24ece64205b479e35667ede8fe3de0e7d0b8f 100644 (file)
@@ -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))))