# HG changeset patch # User Chong Yidong # Date 1222793665 0 # Node ID dc319ea42ea962cf7eeb2f6ef79d93ef42000d5b # Parent d3a3750544e6bad55f83df5f6df0d103dc678132 * xdisp.c (move_it_to): Don't advance the iterator if the last tab in a continued line coincides with a line beginning. diff -r d3a3750544e6 -r dc319ea42ea9 src/ChangeLog --- a/src/ChangeLog Tue Sep 30 16:26:10 2008 +0000 +++ b/src/ChangeLog Tue Sep 30 16:54:25 2008 +0000 @@ -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.