diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-06 17:34:40 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-06 17:34:40 +0000 |
commit | e349099a81775704007b3c9b6c6c5b5c050ad47e (patch) | |
tree | 58ed0c45d7344571e19539f9ed166f0766454cc6 /lisp/loadup.el | |
parent | 1e36ff6856fa4fc6a01eaeb4914bdfda2a2f0563 (diff) | |
download | emacs-e349099a81775704007b3c9b6c6c5b5c050ad47e.tar.gz emacs-e349099a81775704007b3c9b6c6c5b5c050ad47e.tar.bz2 emacs-e349099a81775704007b3c9b6c6c5b5c050ad47e.zip |
Load ccl before utf-8; don't load ccl in the ms-dos
specific case.
Diffstat (limited to 'lisp/loadup.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 1a6aafb6aad..507f3d55e40 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -76,6 +76,7 @@ (load "international/mule-cmds") (load "case-table") (load "international/characters") +(load "international/ccl") (load "international/utf-8") (let ((set-case-syntax-set-multibyte t)) @@ -158,7 +159,6 @@ (load "dos-w32") (load "dos-fns") (load "dos-vars") - (load "international/ccl") ; for cpNNN coding systems in codepage.el (load "international/codepage") ; internal.el uses cpNNN coding systems (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el (if (eq system-type 'macos) |