emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el


From: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el
Date: Mon, 30 May 2005 20:14:31 -0400

Index: emacs/lisp/eshell/em-unix.el
diff -c emacs/lisp/eshell/em-unix.el:1.24 emacs/lisp/eshell/em-unix.el:1.25
*** emacs/lisp/eshell/em-unix.el:1.24   Wed Oct 27 15:02:06 2004
--- emacs/lisp/eshell/em-unix.el        Tue May 31 00:14:26 2005
***************
*** 877,883 ****
         (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)))
         ;; filesystem support means nothing under Windows
         (if (eshell-under-windows-p)
           (setq only-one-filesystem nil))
--- 877,883 ----
         (unless by-bytes
         (setq block-size (or block-size 1024)))
         (if (and max-depth (stringp 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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]