*** files.el 11 Mar 2009 08:46:04 +1100 1.1038 --- files.el 11 Mar 2009 09:14:14 +1100 *************** *** 5336,5345 **** (save-match-data (with-temp-buffer (when (and directory-free-space-program ! (eq 0 (call-process directory-free-space-program ! nil t nil ! directory-free-space-args ! dir))) ;; Usual format is a header line followed by a line of ;; numbers. (goto-char (point-min)) --- 5336,5346 ---- (save-match-data (with-temp-buffer (when (and directory-free-space-program ! (let ((default-directory "/")) ! (eq 0 (call-process directory-free-space-program ! nil t nil ! directory-free-space-args ! dir)))) ;; Usual format is a header line followed by a line of ;; numbers. (goto-char (point-min))