1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(Top-level) [ms-dos]: Don't load international/ccl twice.

This commit is contained in:
Eli Zaretskii 2001-01-26 10:16:41 +00:00
parent d2906bf8fb
commit 9b1adbd5a2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
* loadup.el (Top-level) [ms-dos]: Don't load international/ccl
twice.
2001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* simple.el (next-line): Don't let `newline' expand abbrevs.

View file

@ -159,7 +159,6 @@
(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 (eq system-type 'macos)