changeset 35972:f5af79327a46

(ex-unix-type-shell-options): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 07 Feb 2001 23:56:22 +0000
parents 6dd6fce1542a
children a22faec8284f
files lisp/emulation/viper-ex.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper-ex.el	Wed Feb 07 23:51:21 2001 +0000
+++ b/lisp/emulation/viper-ex.el	Wed Feb 07 23:56:22 2001 +0000
@@ -166,7 +166,7 @@
 	      )))
   "Options to pass to the Unix-style shell. 
 Don't put `-c' here, as it is added automatically."
-  :type 'string
+  :type '(choice (const nil) string)
   :group 'viper-ex)
 
 (defcustom viper-glob-function