Mercurial > emacs
changeset 98075:8d0e9f83831b
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 07 Sep 2008 14:15:40 +0000 |
parents | 9419b837e9c6 |
children | 638e09e81764 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Sep 07 11:45:46 2008 +0000 +++ b/src/ChangeLog Sun Sep 07 14:15:40 2008 +0000 @@ -1,3 +1,9 @@ +2008-09-07 Chong Yidong <cyd@stupidchicken.com> + + * 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. + 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com> * nsfont.m (nsfont_draw): Fix the references to missing gidx data