From: Karl Heuer Date: Tue, 9 Jan 1996 23:08:24 +0000 (+0000) Subject: (edt-emulation-on): system-type is a symbol. X-Git-Tag: emacs-19.34~1755 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/f750c3604ee42e61a4a7b3e00e5340cf63485ecd?ds=sidebyside (edt-emulation-on): system-type is a symbol. --- diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index e4c6ba9ed3..46ab958d17 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 "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