1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(edt-emulation-on): Load edt-pc.el under Windows.

This commit is contained in:
Richard M. Stallman 1997-04-30 02:13:02 +00:00
parent 622b7ede1c
commit 39445e6216

View 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