diff options
| author | Richard M. Stallman | 1997-09-19 23:07:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-19 23:07:22 +0000 |
| commit | 74994b1f7e022b4af626845b497131abeded6a17 (patch) | |
| tree | ecd31e4ff9815ace6993d322da53534d99bf39c3 | |
| parent | 03d6c005d2d074004e5253ef9eac2f554171054c (diff) | |
| download | emacs-74994b1f7e022b4af626845b497131abeded6a17.tar.gz emacs-74994b1f7e022b4af626845b497131abeded6a17.zip | |
Load case-table before loading
international/characters.el.
| -rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 15c9c8725f1..f6f460e3e08 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -54,8 +54,8 @@ | |||
| 54 | ;; Any Emacs Lisp source file (*.el) loaded here after can contain | 54 | ;; Any Emacs Lisp source file (*.el) loaded here after can contain |
| 55 | ;; multilingual text. | 55 | ;; multilingual text. |
| 56 | (load "international/mule-cmds") | 56 | (load "international/mule-cmds") |
| 57 | (load "international/characters") | ||
| 58 | (load "case-table") | 57 | (load "case-table") |
| 58 | (load "international/characters") | ||
| 59 | (let ((set-case-syntax-set-multibyte t)) | 59 | (let ((set-case-syntax-set-multibyte t)) |
| 60 | (load "international/latin-1") | 60 | (load "international/latin-1") |
| 61 | (load "international/latin-2") | 61 | (load "international/latin-2") |