]> git.eshelyaron.com Git - emacs.git/commitdiff
(edt-emulation-on): Load edt-pc.el under Windows.
authorRichard M. Stallman <rms@gnu.org>
Wed, 30 Apr 1997 02:13:02 +0000 (02:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 30 Apr 1997 02:13:02 +0000 (02:13 +0000)
lisp/emulation/edt.el

index 6ec3dbc3f1e0ac0b125d346aaee09a6a19754bda..18deb138d96390369cafd5fd9819a835199f6c73 100644 (file)
@@ -1482,8 +1482,8 @@ If FILE is nil, try to load a default file.  The default file names are
 (defun edt-emulation-on ()
   "Turn on EDT Emulation."
   (interactive)
-  ;; If using MS-DOS, need to load edt-pc.el
-  (if (eq system-type 'ms-dos)
+  ;; If using MS-DOS or Windows, need to load edt-pc.el
+  (if (memq system-type '(ms-dos windows-nt))
       (setq edt-term "pc")
     (setq edt-term (getenv "TERM")))
   ;; All DEC VT series terminals are supported by loading edt-vt100.el