# HG changeset patch # User Karl Heuer # Date 821228904 0 # Node ID d8384341d55a781c24c4cc23d48835d6f191ef5b # Parent e61c666cef5636ce0efa42d5c394d99d132a4870 (edt-emulation-on): system-type is a symbol. diff -r e61c666cef56 -r d8384341d55a lisp/emulation/edt.el --- 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