diff lisp/eshell/em-unix.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 7e9025771254
children 18a818a2ee7c 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/eshell/em-unix.el	Tue May 31 00:13:51 2005 +0000
+++ b/lisp/eshell/em-unix.el	Tue May 31 00:14:26 2005 +0000
@@ -877,7 +877,7 @@
        (unless by-bytes
 	 (setq block-size (or block-size 1024)))
        (if (and max-depth (stringp max-depth))
-	   (setq max-depth (string-to-int max-depth)))
+	   (setq max-depth (string-to-number max-depth)))
        ;; filesystem support means nothing under Windows
        (if (eshell-under-windows-p)
 	   (setq only-one-filesystem nil))