From: Chong Yidong Date: Sun, 15 Mar 2009 02:29:23 +0000 (+0000) Subject: * files.el (get-free-disk-space): Ensure that default-directory is X-Git-Tag: emacs-pretest-23.0.92~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e127d66de1f508c1c81d21a8e16a50deb498141;p=emacs.git * files.el (get-free-disk-space): Ensure that default-directory is usable before calling call-process. Suggested by Kevin Ryde (Bug#2631). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 200f0c3e310..724f79b851e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-03-15 Chong Yidong + + * files.el (get-free-disk-space): Ensure that default-directory is + usable before calling call-process. Suggested by Kevin + Ryde (Bug#2631). + 2009-03-14 David Reitter * term/ns-win.el (ns-expand-space): Remove.