]> git.eshelyaron.com Git - emacs.git/commitdiff
Reload category table at startup rather than saving it.
authorKen Raeburn <raeburn@raeburn.org>
Mon, 5 Jun 2017 03:34:54 +0000 (23:34 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:21 +0000 (04:36 -0400)
* lisp/loadup.el: Dump instructions to load international/characters
at startup.

lisp/loadup.el

index 76e0a21508bf709cc697af6c99d90fe8e8838e15..fe644ce3b76633d0763b1f08650b047a5327d442 100644 (file)
@@ -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)