Fix bug #11063 with move_it_by_lines when there's a before-string at bol.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 19:30:53 +0000 (22:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 19:30:53 +0000 (22:30 +0300)
commit979022ef177beb0022838f6b49da6632cd0d3414
tree5aa1030712e514608879b950d5f6ab622e6f660a
parenta6b1c7ccc3a017f44e6671b13281ce7f3e32e2af
Fix bug #11063 with move_it_by_lines when there's a before-string at bol.

 src/xdisp.c (move_it_by_lines): When DVPOS is positive, and the
 position we get to after a call to move_it_to fails the
 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
 only if we wind up in a string from display property.
src/ChangeLog
src/xdisp.c