diff lisp/eshell/esh-var.el @ 62915:b89e30bcd2bb

Changed all uses of `directory-sep-char' to ?/, and all uses of `string-to-int' to `string-to-number'.
author John Wiegley <johnw@newartisans.com>
date Tue, 31 May 2005 00:14:26 +0000
parents a72129314db4
children 668456cdf6a1 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/eshell/esh-var.el	Tue May 31 00:13:51 2005 +0000
+++ b/lisp/eshell/esh-var.el	Tue May 31 00:14:26 2005 +0000
@@ -631,7 +631,7 @@
 	    (if (and value
 		     (stringp value)
 		     (file-directory-p value))
-		(concat varname (char-to-string directory-sep-char))
+		(concat varname "/")
 	      varname))))
        (eshell-envvar-names (eshell-environment-variables)))
       (all-completions argname obarray 'boundp)