1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Load international/utf-8 before international/characters.

This commit is contained in:
Kim F. Storm 2002-07-17 21:35:07 +00:00
parent 46f4bf30c8
commit b0c654c03d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-18 Kim F. Storm <storm@cua.dk>
* loadup.el: Load international/utf-8 before international/characters.
2002-07-17 Dave Love <fx@gnu.org>
* international/ucs-tables.el: Optimize tables. Deal with some

View File

@ -82,8 +82,8 @@
;; multilingual text.
(load "international/mule-cmds")
(load "case-table")
(load "international/characters")
(load "international/utf-8")
(load "international/characters")
(let ((set-case-syntax-set-multibyte t))
(load "international/latin-1")