]> git.eshelyaron.com Git - emacs.git/commitdiff
[ms-dos]: Load term/pc-win.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Aug 2008 16:59:51 +0000 (16:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Aug 2008 16:59:51 +0000 (16:59 +0000)
lisp/loadup.el

index 99abe3a48a8a65d1c86e0464029dc46a698a8a2c..74ecf2867a3deeaaf718a41c83cb1efba8978aa3 100644 (file)
       (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