# HG changeset patch # User Eli Zaretskii # Date 926336643 0 # Node ID 6cfda8d96aea6a7e17b08d409a53f39f49cc6cdc # Parent 77ab1bf091069d9f563b3f9220440df60d01af61 For ms-dos systems, load ccl and codepage. diff -r 77ab1bf09106 -r 6cfda8d96aea lisp/loadup.el --- a/lisp/loadup.el Mon May 10 01:51:59 1999 +0000 +++ b/lisp/loadup.el Mon May 10 11:44:03 1999 +0000 @@ -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.