aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-13 06:12:13 +0000
committerRichard M. Stallman1997-09-13 06:12:13 +0000
commit5ee3742d67de57b54d90684c0ec36622dcdd6466 (patch)
tree4380ffefd8fc7742b21739dd65c29a3d5f571cb2
parent454b1ed891065289b3a761ab59f13be6d9c71c64 (diff)
downloademacs-5ee3742d67de57b54d90684c0ec36622dcdd6466.tar.gz
emacs-5ee3742d67de57b54d90684c0ec36622dcdd6466.zip
(ex-unix-type-shell): Fix customize type.
-rw-r--r--lisp/emulation/viper-ex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index dc4d1c3eebd..4d3b8fd0921 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -151,7 +151,7 @@
151 "\\)") 151 "\\)")
152 shell-file-name))) 152 shell-file-name)))
153 "Is the user using a unix-type shell under a non-OS?" 153 "Is the user using a unix-type shell under a non-OS?"
154 :type 'string 154 :type 'boolean
155 :group 'viper-ex) 155 :group 'viper-ex)
156 156
157(defcustom ex-unix-type-shell-options 157(defcustom ex-unix-type-shell-options