summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-ex.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index 3f8c48474d5..fcc98db3204 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -329,7 +329,6 @@ Don't put `-c' here, as it is added automatically."
(defcustom viper-glob-function
(cond (ex-unix-type-shell 'viper-glob-unix-files)
- ((eq system-type 'emx) 'viper-glob-mswindows-files) ; OS/2
(viper-ms-style-os-p 'viper-glob-mswindows-files) ; Microsoft OS
(t 'viper-glob-unix-files) ; presumably UNIX
)