From: Ken Raeburn Date: Mon, 5 Jun 2017 03:34:54 +0000 (-0400) Subject: Reload category table at startup rather than saving it. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7fcd8af4e5eb92b2ee9550fe72e5ebcf99991e1;p=emacs.git Reload category table at startup rather than saving it. * lisp/loadup.el: Dump instructions to load international/characters at startup. --- 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)