From: Chong Yidong Date: Sun, 7 Sep 2008 14:15:40 +0000 (+0000) Subject: * xdisp.c (move_it_to): When moving by vpos, ensure that the iterator X-Git-Tag: emacs-pretest-23.0.90~2972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f6c7c7ed8a02f986ed8f715dd7fd10fa5f3683b;p=emacs.git * 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 --git a/src/ChangeLog b/src/ChangeLog index 82f4c5ab555..869bec30218 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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