Remove an incorrect assertion on move_it_by_lines.
commit697ba24bbf1bafb9677038037aeefdd97bc33b71
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 17:08:38 +0000 (31 20:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 17:08:38 +0000 (31 20:08 +0300)
tree8770098bbbd111edac1333be88f906f37624e2f5
parent50fe197c68163a0c4a36ef5c6c820f57b061591d
Remove an incorrect assertion on move_it_by_lines.

 src/xdisp.c (move_it_by_lines): Remove the assertion that
 "it->current_x == 0 && it->hpos == 0" which can be legitimately
 violated when there's a before-string at the beginning of a line.
 (Bug#11063)
src/ChangeLog
src/xdisp.c