From: Chong Yidong Date: Tue, 30 Sep 2008 16:54:25 +0000 (+0000) Subject: * xdisp.c (move_it_to): Don't advance the iterator if the last tab X-Git-Tag: emacs-pretest-23.0.90~2710 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f44452f8922426098e903356b3599a04b84e9853;p=emacs.git * xdisp.c (move_it_to): Don't advance the iterator if the last tab in a continued line coincides with a line beginning. --- diff --git a/src/ChangeLog b/src/ChangeLog index d9d8b73dcb0..46f93bf554e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-09-30 Chong Yidong + + * xdisp.c (move_it_to): Don't advance the iterator if the last tab + in a continued line coincides with a line beginning. + 2008-09-29 Adrian Robert * nsfont.m (nsfont_trait_distance): Fix bug.