changeset 14105:d8384341d55a

(edt-emulation-on): system-type is a symbol.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Jan 1996 23:08:24 +0000
parents e61c666cef56
children 4302535a19eb
files lisp/emulation/edt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/edt.el	Tue Jan 09 23:07:49 1996 +0000
+++ b/lisp/emulation/edt.el	Tue Jan 09 23:08:24 1996 +0000
@@ -1482,7 +1482,7 @@
   "Turn on EDT Emulation."
   (interactive)
   ;; If using MS-DOS, need to load edt-pc.el
-  (if (string-equal system-type "ms-dos")
+  (if (eq system-type 'ms-dos)
       (setq edt-term "pc")
     (setq edt-term (getenv "TERM")))
   ;; All DEC VT series terminals are supported by loading edt-vt100.el