Fix display of before- and after-strings at invisible text
commit2bb467a2e2fc70d387ca9a174d5d3a1417a13008
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 Feb 2017 15:56:13 +0000 (26 17:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 Feb 2017 15:56:13 +0000 (26 17:56 +0200)
treeeaadf823db2a6916f3a40c4151e3f4bc5a21ce7f
parent618310c22d8e26a1654e796b47cc2d248650de0d
Fix display of before- and after-strings at invisible text

* src/xdisp.c (next_overlay_string): Don't raise the
ignore_overlay_strings_at_pos_p flag if the iterator is already
set to continue at a buffer position different from the one
where the overlay strings we just processed were loaded.  (Bug#25856)
src/xdisp.c