From e349099a81775704007b3c9b6c6c5b5c050ad47e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 6 Feb 2001 17:34:40 +0000 Subject: [PATCH] Load ccl before utf-8; don't load ccl in the ms-dos specific case. --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5