Fix last change.

This commit is contained in:
Chong Yidong 2008-08-08 15:52:10 +00:00
parent 5c9c741451
commit ad828eeb85

View file

@ -6942,7 +6942,7 @@ move_it_to (it, to_charpos, to_x, to_y, to_vpos, op)
&& IT_CHARPOS (*it) == to_charpos
&& it->what == IT_CHARACTER
&& it->nglyphs > 1
&& it->line_wrap == WINDOW_WRAP
&& !it->truncate_lines_p
&& it->current_x == it->last_visible_x - 1
&& it->c != '\n'
&& it->c != '\t'