From: Chong Yidong Date: Sun, 7 Sep 2008 19:10:18 +0000 (+0000) Subject: * callproc.c (Fcall_process): Canonicalize current directory name. X-Git-Tag: emacs-pretest-23.0.90~2965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39fc455ff00b9ae93dc9d42d5c11fd4cf1159477;p=emacs.git * callproc.c (Fcall_process): Canonicalize current directory name. --- diff --git a/src/ChangeLog b/src/ChangeLog index 869bec30218..0ff7e9cb09f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-09-07 Chong Yidong + * callproc.c (Fcall_process): Canonicalize current directory name. + * xdisp.c (move_it_to): When moving by vpos, ensure that the iterator advances to the next line if the current line ends in a continued tab.