aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/edt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 40c7d887c29..2abde59af90 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -2107,7 +2107,7 @@ created."
2107 (setq edt-term "pc") 2107 (setq edt-term "pc")
2108 (if (or (not edt-window-system) (eq edt-window-system 'tty)) 2108 (if (or (not edt-window-system) (eq edt-window-system 'tty))
2109 (setq edt-term (getenv "TERM")))) 2109 (setq edt-term (getenv "TERM"))))
2110 ;; Look for for terminal configuration file for this terminal type. 2110 ;; Look for a terminal configuration file for this terminal type.
2111 ;; Otherwise, load the user's custom configuration file. 2111 ;; Otherwise, load the user's custom configuration file.
2112 (if (or (not edt-window-system) (memq edt-window-system '(pc tty))) 2112 (if (or (not edt-window-system) (memq edt-window-system '(pc tty)))
2113 (progn 2113 (progn