Mercurial > emacs
changeset 35938:4b5c0e63b38c
Load ccl before utf-8; don't load ccl in the ms-dos
specific case.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 06 Feb 2001 17:34:40 +0000 |
parents | f6e7e24f14e9 |
children | 915e5fa6d6b9 |
files | lisp/loadup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Tue Feb 06 17:32:36 2001 +0000 +++ b/lisp/loadup.el Tue Feb 06 17:34:40 2001 +0000 @@ -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)