From f873df690c175cbe1d5d56948e3db2d410810753 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Jun 1995 22:59:00 +0000 Subject: [PATCH] (edt-emulation-on): Check window-system for x, specifically. --- lisp/emulation/edt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index c482506739f..83e8b26fc4e 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -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))) -- 2.39.2