diff lisp/eshell/esh-ext.el @ 31241:3099993cba0f

See ChangeLog
author John Wiegley <johnw@newartisans.com>
date Tue, 29 Aug 2000 00:47:45 +0000
parents 34b1ab9d583d
children 8e57189d61b4
line wrap: on
line diff
--- a/lisp/eshell/esh-ext.el	Tue Aug 29 00:37:10 2000 +0000
+++ b/lisp/eshell/esh-ext.el	Tue Aug 29 00:47:45 2000 +0000
@@ -103,11 +103,9 @@
   "Invoke a .BAT or .CMD file on DOS/Windows systems."
   ;; since CMD.EXE can't handle forward slashes in the initial
   ;; argument...
-  (setcar args (subst-char-in-string directory-sep-char
-				     ?\\ (car args)))
+  (setcar args (subst-char-in-string directory-sep-char ?\\ (car args)))
   (throw 'eshell-replace-command
-	 (eshell-parse-command eshell-windows-shell-file
-			       (cons "/c" args))))
+	 (eshell-parse-command eshell-windows-shell-file (cons "/c" args))))
 
 (defcustom eshell-interpreter-alist
   (if (eshell-under-windows-p)