# HG changeset patch # User Dave Love # Date 981590182 0 # Node ID f5af79327a46d8629ed598facfac14a4cbd2a54d # Parent 6dd6fce1542a3b4fe4d6fea619a88e0feb12dd3f (ex-unix-type-shell-options): Fix :type. diff -r 6dd6fce1542a -r f5af79327a46 lisp/emulation/viper-ex.el --- 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