diff options
author | Dave Love <fx@gnu.org> | 2001-02-07 23:56:22 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-02-07 23:56:22 +0000 |
commit | ee6a34366ec1c1a0e6531ad30318456c4513fcc5 (patch) | |
tree | af750babea8c2a68ccd48b116d4b984a8894b14a /lisp/emulation/viper-ex.el | |
parent | b2639d518af26c56058fc84cd4b8242f3b87ced9 (diff) | |
download | emacs-ee6a34366ec1c1a0e6531ad30318456c4513fcc5.tar.gz |
(ex-unix-type-shell-options): Fix :type.
Diffstat (limited to 'lisp/emulation/viper-ex.el')
-rw-r--r-- | lisp/emulation/viper-ex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 48b99bc3871..9a7439a6309 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -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 |