Fix overlay string display regressions introduced in Emacs 24.5
commit1bb08a8cb10f0b8aa862d93a57edf70591fd135e
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Aug 2015 13:55:26 +0000 (8 16:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Aug 2015 13:55:26 +0000 (8 16:55 +0300)
tree35bf796ed208205d57033f08c929a5c9bcf4321d
parent7afa4f300b9dc38bf3f33b18fa83bfe35e21a479
Fix overlay string display regressions introduced in Emacs 24.5

* src/xdisp.c (pop_it): Reset the flag to ignore overlays at this
buffer position, if we move the iterator to a new position as
result of jumping over text covered by a "replacing" display
property.

* test/redisplay-testsuite.el (test-redisplay-4): Add 2 new tests.
src/xdisp.c
test/redisplay-testsuite.el