/[emacs]/emacs/lisp/eshell/em-unix.el
ViewVC logotype

Diff of /emacs/lisp/eshell/em-unix.el

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

revision 1.24 by rms, Wed Oct 27 15:02:06 2004 UTC revision 1.25 by johnw, Tue May 31 00:14:26 2005 UTC
# Line 877  Summarize disk usage of each FILE, recur Line 877  Summarize disk usage of each FILE, recur
877         (unless by-bytes         (unless by-bytes
878           (setq block-size (or block-size 1024)))           (setq block-size (or block-size 1024)))
879         (if (and max-depth (stringp max-depth))         (if (and max-depth (stringp max-depth))
880             (setq max-depth (string-to-int max-depth)))             (setq max-depth (string-to-number max-depth)))
881         ;; filesystem support means nothing under Windows         ;; filesystem support means nothing under Windows
882         (if (eshell-under-windows-p)         (if (eshell-under-windows-p)
883             (setq only-one-filesystem nil))             (setq only-one-filesystem nil))

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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