diff options
-rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 2 insertions, 0 deletions
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. |