# HG changeset patch # User Chong Yidong # Date 1220814618 0 # Node ID b254f224b1f4ccb02e5cf28354c2c78c61be13f5 # Parent 1fa38489f0a66378d2301ef6db2e20a29f2470d4 * callproc.c (Fcall_process): Canonicalize current directory name. diff -r 1fa38489f0a6 -r b254f224b1f4 src/ChangeLog --- a/src/ChangeLog Sun Sep 07 19:05:05 2008 +0000 +++ b/src/ChangeLog Sun Sep 07 19:10:18 2008 +0000 @@ -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.