From 76ee58e6da25db15836fc0a79a7bcde217d91c21 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 5 Feb 2017 08:03:27 -0500 Subject: [PATCH] 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 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)))) -- 2.39.5