From: Eli Zaretskii Date: Mon, 10 May 1999 11:44:03 +0000 (+0000) Subject: For ms-dos systems, load ccl and codepage. X-Git-Tag: emacs-20.4~240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aea543b450e8eeca3a0b012aebec56bf88755b6b;p=emacs.git For ms-dos systems, load ccl and codepage. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index a62386ce324..06942f25bfd 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -139,6 +139,8 @@ (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 (fboundp 'atan) ; preload some constants and (progn ; floating pt. functions if we have float support.