diff options
| -rw-r--r-- | lisp/emulation/edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index e4c6ba9ed38..46ab958d17b 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -1482,7 +1482,7 @@ If FILE is nil, try to load a default file. The default file names are | |||
| 1482 | "Turn on EDT Emulation." | 1482 | "Turn on EDT Emulation." |
| 1483 | (interactive) | 1483 | (interactive) |
| 1484 | ;; If using MS-DOS, need to load edt-pc.el | 1484 | ;; If using MS-DOS, need to load edt-pc.el |
| 1485 | (if (string-equal system-type "ms-dos") | 1485 | (if (eq system-type 'ms-dos) |
| 1486 | (setq edt-term "pc") | 1486 | (setq edt-term "pc") |
| 1487 | (setq edt-term (getenv "TERM"))) | 1487 | (setq edt-term (getenv "TERM"))) |
| 1488 | ;; All DEC VT series terminals are supported by loading edt-vt100.el | 1488 | ;; All DEC VT series terminals are supported by loading edt-vt100.el |