]> git.eshelyaron.com Git - emacs.git/commitdiff
Load ccl before utf-8; don't load ccl in the ms-dos
authorEli Zaretskii <eliz@gnu.org>
Tue, 6 Feb 2001 17:34:40 +0000 (17:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 6 Feb 2001 17:34:40 +0000 (17:34 +0000)
specific case.

lisp/loadup.el

index 1a6aafb6aadddd7d156bd8f7638e26c86e95dd3f..507f3d55e401ffb17c11a67152dbf9318b5c60ca 100644 (file)
@@ -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))
       (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)