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:
parent
622b7ede1c
commit
39445e6216
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue