diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/loadup.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5214dc9a054..15acd5f8537 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-07-18 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * loadup.el: Load international/utf-8 before international/characters. | ||
| 4 | |||
| 1 | 2002-07-17 Dave Love <fx@gnu.org> | 5 | 2002-07-17 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * international/ucs-tables.el: Optimize tables. Deal with some | 7 | * international/ucs-tables.el: Optimize tables. Deal with some |
diff --git a/lisp/loadup.el b/lisp/loadup.el index fc5bc4305e8..c450f74ed56 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -82,8 +82,8 @@ | |||
| 82 | ;; multilingual text. | 82 | ;; multilingual text. |
| 83 | (load "international/mule-cmds") | 83 | (load "international/mule-cmds") |
| 84 | (load "case-table") | 84 | (load "case-table") |
| 85 | (load "international/characters") | ||
| 86 | (load "international/utf-8") | 85 | (load "international/utf-8") |
| 86 | (load "international/characters") | ||
| 87 | 87 | ||
| 88 | (let ((set-case-syntax-set-multibyte t)) | 88 | (let ((set-case-syntax-set-multibyte t)) |
| 89 | (load "international/latin-1") | 89 | (load "international/latin-1") |