diff options
| author | Eli Zaretskii | 1999-05-10 11:44:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-05-10 11:44:03 +0000 |
| commit | aea543b450e8eeca3a0b012aebec56bf88755b6b (patch) | |
| tree | ecf70307a84e32140f45e37efd92c62c7e2614fb | |
| parent | 131c526737acf1092db5532f6677d5c2651e45de (diff) | |
| download | emacs-aea543b450e8eeca3a0b012aebec56bf88755b6b.tar.gz emacs-aea543b450e8eeca3a0b012aebec56bf88755b6b.zip | |
For ms-dos systems, load ccl and codepage.
| -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 @@ | |||
| 139 | (load "dos-w32") | 139 | (load "dos-w32") |
| 140 | (load "dos-fns") | 140 | (load "dos-fns") |
| 141 | (load "dos-vars") | 141 | (load "dos-vars") |
| 142 | (load "international/ccl") ; for cpNNN coding systems in codepage.el | ||
| 143 | (load "international/codepage") ; internal.el uses cpNNN coding systems | ||
| 142 | (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el | 144 | (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el |
| 143 | (if (fboundp 'atan) ; preload some constants and | 145 | (if (fboundp 'atan) ; preload some constants and |
| 144 | (progn ; floating pt. functions if we have float support. | 146 | (progn ; floating pt. functions if we have float support. |