Fix bug #10035 with assertion violation in row_equal_p.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Nov 2011 20:15:38 +0000 (22:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Nov 2011 20:15:38 +0000 (22:15 +0200)
commit322ad6ec0e773dffefad12df88c98041ca35b427
tree54cc69cb9229d033cedc1bef40b728d20fbe849c
parentf067b8eccaa2990b157f2a97a1122211ae751156
Fix bug #10035 with assertion violation in row_equal_p.

 src/xdisp.c (display_line): Move the call to
 highlight_trailing_whitespace before the call to
 compute_line_metrics, since the latter needs to see the final
 faces of all the glyphs to compute ROW's hash value.  Fixes
 assertion violations in row_equal_p.
src/ChangeLog
src/xdisp.c