From: Ken Raeburn Date: Sun, 5 Feb 2017 13:03:27 +0000 (-0500) Subject: Don't save coding-system-list. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76ee58e6da25db15836fc0a79a7bcde217d91c21;p=emacs.git 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. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 3c8686d356a..b7b24ece642 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))))