# HG changeset patch # User Eli Zaretskii # Date 1219510791 0 # Node ID 5c57ca53d968f820131d49179b6492e6f2e3b73a # Parent c4281028a57f666257f4ae74ea19c526401dd12f [ms-dos]: Load term/pc-win. diff -r c4281028a57f -r 5c57ca53d968 lisp/loadup.el --- a/lisp/loadup.el Sat Aug 23 16:59:19 2008 +0000 +++ b/lisp/loadup.el Sat Aug 23 16:59:51 2008 +0000 @@ -190,15 +190,18 @@ (load "term/common-win") (load "term/w32-win") (load "ls-lisp") - (load "disp-table") ; needed to setup ibm-pc char set, see internal.el + (load "disp-table") (load "dos-w32") (load "w32-fns"))) (if (eq system-type 'ms-dos) (progn - (load "ls-lisp") (load "dos-w32") (load "dos-fns") (load "dos-vars") + ;; Don't load term/common-win: it isn't appropriate for the `pc' + ;; ``window system'', which generally behaves like a terminal. + (load "term/pc-win") + (load "ls-lisp") (load "international/ccl") ; codepage.el uses CCL en/decoder (load "international/codepage") ; internal.el uses cpNNN coding systems (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el