diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-07 05:48:08 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-07 05:48:08 +0000 |
commit | 6f676109909192891ca91d815010a82e8a758e50 (patch) | |
tree | f6f4d5a18cefb86a00277f76d5b74924385ef802 /lisp/loadup.el | |
parent | 1399fef0f0e18f1a6a309b1b345f907866a96e0a (diff) | |
download | emacs-6f676109909192891ca91d815010a82e8a758e50.tar.gz |
Revert last change.
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 507f3d55e40..6291a9b803f 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -76,7 +76,6 @@ (load "international/mule-cmds") (load "case-table") (load "international/characters") -(load "international/ccl") (load "international/utf-8") (let ((set-case-syntax-set-multibyte t)) @@ -159,6 +158,7 @@ (load "dos-w32") (load "dos-fns") (load "dos-vars") + (load "international/ccl") ; codepage.el uses CCL en/decoder (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) |