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 Romain Francoise Ami Fischman Friedrich Delgado Friedrichs +IRIE Tetsuya Yoshiaki Kasahara Jurej Kubelka Istvan Marko 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." (defun viper-has-face-support-p () (cond ((viper-window-display-p)) (viper-force-faces) - (viper-emacs-p (memq (viper-device-type) '(pc))) + (viper-emacs-p (memq (viper-device-type) '(nil pc))) (viper-xemacs-p (memq (viper-device-type) '(tty pc)))))