# HG changeset patch # User Chong Yidong # Date 1220796940 0 # Node ID 8d0e9f83831b9a5fcd22c63e3a44863b895f6f6c # Parent 9419b837e9c660bc2a4581d47d6e2ed0569c69ef * 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. diff -r 9419b837e9c6 -r 8d0e9f83831b src/ChangeLog --- 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 + + * 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 * nsfont.m (nsfont_draw): Fix the references to missing gidx data