Mercurial > emacs
changeset 98082:b254f224b1f4
* callproc.c (Fcall_process): Canonicalize current directory name.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 07 Sep 2008 19:10:18 +0000 |
parents | 1fa38489f0a6 |
children | 78f10c77413c |
files | src/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + * 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.