From e7fcd8af4e5eb92b2ee9550fe72e5ebcf99991e1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 4 Jun 2017 23:34:54 -0400 Subject: [PATCH] Reload category table at startup rather than saving it. * lisp/loadup.el: Dump instructions to load international/characters at startup. --- lisp/loadup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/loadup.el b/lisp/loadup.el index 76e0a21508b..fe644ce3b76 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -624,6 +624,8 @@ lost after dumping"))) (face-spec-set f (get f 'face-defface-spec) 'face-defface-spec))) (terpri) + (print '(load "international/characters" nil t)) + (terpri) (print `(dolist (cs ',coding-system-aliases) (define-coding-system-alias (car cs) (cdr cs)))) (terpri) -- 2.39.5