]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (move_it_to): When moving by vpos, ensure that the iterator
authorChong Yidong <cyd@stupidchicken.com>
Sun, 7 Sep 2008 14:15:40 +0000 (14:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 7 Sep 2008 14:15:40 +0000 (14:15 +0000)
advances to the next line if the current line ends in a continued tab.

src/ChangeLog

index 82f4c5ab555ae13ffd1487b3de0f05d7cd2a622a..869bec3021860038dd4a96eafe5c69318ff601a7 100644 (file)
@@ -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