Changeset 3863 for trunk/lisp/eshell/esh-ext.el
- Timestamp:
- 09/10/05 10:16:00 (3 years ago)
- Files:
-
- trunk/lisp/eshell/esh-ext.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/eshell/esh-ext.el
r3801 r3863 93 93 shell-file-name) 94 94 (or (eshell-search-path "cmd.exe") 95 (eshell-search-path "command. exe"))95 (eshell-search-path "command.com")) 96 96 shell-file-name)) 97 97 "*The name of the shell command to use for DOS/Windows batch files.
