comparison lisp/eshell/esh-ext.el @ 35717:a16b7aced16a

(eshell-windows-shell-file): Fix :type.
author Dave Love <fx@gnu.org>
date Mon, 29 Jan 2001 23:58:24 +0000
parents 8e57189d61b4
children 6d7c89c79996
comparison
equal deleted inserted replaced
35716:187aca7194e9 35717:a16b7aced16a
96 (eshell-search-path "command.exe")) 96 (eshell-search-path "command.exe"))
97 shell-file-name)) 97 shell-file-name))
98 "*The name of the shell command to use for DOS/Windows batch files. 98 "*The name of the shell command to use for DOS/Windows batch files.
99 This defaults to nil on non-Windows systems, where this variable is 99 This defaults to nil on non-Windows systems, where this variable is
100 wholly ignored." 100 wholly ignored."
101 :type 'file 101 :type '(choice file (const nil))
102 :group 'eshell-ext) 102 :group 'eshell-ext)
103 103
104 (defsubst eshell-invoke-batch-file (&rest args) 104 (defsubst eshell-invoke-batch-file (&rest args)
105 "Invoke a .BAT or .CMD file on DOS/Windows systems." 105 "Invoke a .BAT or .CMD file on DOS/Windows systems."
106 ;; since CMD.EXE can't handle forward slashes in the initial 106 ;; since CMD.EXE can't handle forward slashes in the initial