/[emacs]/emacs/lisp/eshell/esh-ext.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-ext.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by rms, Mon Sep 20 15:54:10 2004 UTC revision 1.17 by johnw, Tue May 31 00:14:26 2005 UTC
# Line 103  wholly ignored." Line 103  wholly ignored."
103    "Invoke a .BAT or .CMD file on DOS/Windows systems."    "Invoke a .BAT or .CMD file on DOS/Windows systems."
104    ;; since CMD.EXE can't handle forward slashes in the initial    ;; since CMD.EXE can't handle forward slashes in the initial
105    ;; argument...    ;; argument...
106    (setcar args (subst-char-in-string directory-sep-char ?\\ (car args)))    (setcar args (subst-char-in-string ?/ ?\\ (car args)))
107    (throw 'eshell-replace-command    (throw 'eshell-replace-command
108           (eshell-parse-command eshell-windows-shell-file (cons "/c" args))))           (eshell-parse-command eshell-windows-shell-file (cons "/c" args))))
109    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26