Mercurial > emacs
changeset 12406:8ae1d01fe37b
(edt-emulation-on): Check window-system for x, specifically.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Jun 1995 22:59:00 +0000 |
parents | abcf4791a9b0 |
children | 616493c90878 |
files | lisp/emulation/edt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/edt.el Tue Jun 27 20:12:00 1995 +0000 +++ b/lisp/emulation/edt.el Tue Jun 27 22:59:00 1995 +0000 @@ -1499,7 +1499,7 @@ (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)))