]> git.eshelyaron.com Git - emacs.git/commitdiff
(edt-emulation-on): Check window-system for x, specifically.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Jun 1995 22:59:00 +0000 (22:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Jun 1995 22:59:00 +0000 (22:59 +0000)
lisp/emulation/edt.el

index c482506739fcd69c3bae4252deeb88f5a48749b5..83e8b26fc4e80391bdfaf2cce2955f78f3152520 100644 (file)
@@ -1499,7 +1499,7 @@ If FILE is nil, try to load a default file.  The default file names are
           (setq term nil)))
     ;; Override terminal-specific file if running X Windows.  X Windows support
     ;; is handled differently in edt-load-xkeys
-    (if window-system
+    (if (eq window-system 'x)
        (edt-load-xkeys nil)
       (if (null term)
          (error "Unable to load EDT terminal specific file for %s" edt-term)))