comparison lisp/emulation/viper-ex.el @ 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 ea19f6424132
children f6386773ce30
comparison
equal deleted inserted replaced
35971:6dd6fce1542a 35972:f5af79327a46
164 ((string-match "\\(bash$\\|bash.exe$\\)" shell-file-name) 164 ((string-match "\\(bash$\\|bash.exe$\\)" shell-file-name)
165 "-noprofile") ; bash: ignore .profile 165 "-noprofile") ; bash: ignore .profile
166 ))) 166 )))
167 "Options to pass to the Unix-style shell. 167 "Options to pass to the Unix-style shell.
168 Don't put `-c' here, as it is added automatically." 168 Don't put `-c' here, as it is added automatically."
169 :type 'string 169 :type '(choice (const nil) string)
170 :group 'viper-ex) 170 :group 'viper-ex)
171 171
172 (defcustom viper-glob-function 172 (defcustom viper-glob-function
173 (cond (ex-unix-type-shell 'viper-glob-unix-files) 173 (cond (ex-unix-type-shell 'viper-glob-unix-files)
174 ((eq system-type 'emx) 'viper-glob-mswindows-files) ; OS/2 174 ((eq system-type 'emx) 'viper-glob-mswindows-files) ; OS/2