aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.multi-tty1
-rw-r--r--lisp/emulation/viper-init.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.multi-tty b/README.multi-tty
index c692411e757..e6ffea57ad6 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -184,6 +184,7 @@ Robert J. Chassell <bob at rattlesnake dot com>
184Romain Francoise <romain at orebokech dot com> 184Romain Francoise <romain at orebokech dot com>
185Ami Fischman <ami at fischman dot org> 185Ami Fischman <ami at fischman dot org>
186Friedrich Delgado Friedrichs <friedel at nomaden dot org> 186Friedrich Delgado Friedrichs <friedel at nomaden dot org>
187IRIE Tetsuya <irie at t dot email dot ne dot jp>
187Yoshiaki Kasahara <kasahara at nc dot kyushu-u dot ac dot jp> 188Yoshiaki Kasahara <kasahara at nc dot kyushu-u dot ac dot jp>
188Jurej Kubelka <Juraj dot Kubelka at email dot cz> 189Jurej Kubelka <Juraj dot Kubelka at email dot cz>
189Istvan Marko <mi-mtty ar kismala dot com> 190Istvan Marko <mi-mtty ar kismala dot com>
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el
index 2a13f00535e..555cf9544b2 100644
--- a/lisp/emulation/viper-init.el
+++ b/lisp/emulation/viper-init.el
@@ -97,7 +97,7 @@ In all likelihood, you don't need to bother with this setting."
97(defun viper-has-face-support-p () 97(defun viper-has-face-support-p ()
98 (cond ((viper-window-display-p)) 98 (cond ((viper-window-display-p))
99 (viper-force-faces) 99 (viper-force-faces)
100 (viper-emacs-p (memq (viper-device-type) '(pc))) 100 (viper-emacs-p (memq (viper-device-type) '(nil pc)))
101 (viper-xemacs-p (memq (viper-device-type) '(tty pc))))) 101 (viper-xemacs-p (memq (viper-device-type) '(tty pc)))))
102 102
103 103