Mercurial > emacs
changeset 24709:6cfda8d96aea
For ms-dos systems, load ccl and codepage.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 10 May 1999 11:44:03 +0000 |
parents | 77ab1bf09106 |
children | bcb0ee72502c |
files | lisp/loadup.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.