diff options
| author | Eli Zaretskii | 2008-09-30 16:22:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-09-30 16:22:46 +0000 |
| commit | d9fd933369b432ff2c751d754cdd743feb89f6d9 (patch) | |
| tree | 308fbcacea659a4e7f4b5a63a2fb4d432a62cba9 | |
| parent | ff58641318d2a5e915819c32927d03313b13f67d (diff) | |
| download | emacs-d9fd933369b432ff2c751d754cdd743feb89f6d9.tar.gz emacs-d9fd933369b432ff2c751d754cdd743feb89f6d9.zip | |
[ms-dos]: Don't load ccl and codepage.
| -rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 74ecf2867a3..6dd2fc44fde 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -202,8 +202,6 @@ | |||
| 202 | ;; ``window system'', which generally behaves like a terminal. | 202 | ;; ``window system'', which generally behaves like a terminal. |
| 203 | (load "term/pc-win") | 203 | (load "term/pc-win") |
| 204 | (load "ls-lisp") | 204 | (load "ls-lisp") |
| 205 | (load "international/ccl") ; codepage.el uses CCL en/decoder | ||
| 206 | (load "international/codepage") ; internal.el uses cpNNN coding systems | ||
| 207 | (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el | 205 | (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el |
| 208 | (if (eq system-type 'macos) | 206 | (if (eq system-type 'macos) |
| 209 | (progn | 207 | (progn |