Make display strings obey buffer-invisibility-spec.
authorChong Yidong <cyd@gnu.org>
Sat, 18 Aug 2012 07:23:30 +0000 (15:23 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 18 Aug 2012 07:23:30 +0000 (15:23 +0800)
commita999ce26e90babdc212085a06fbd84c176200d84
treeaa19406bc25112f4ff66cb419360672d7fac550f
parent39eb03f1b023ae3d94e311f6f5d9f913f75c42c4
Make display strings obey buffer-invisibility-spec.

* src/xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
for the string case.

* redisplay-testsuite.el (test-redisplay-4): New test.

Fixes: debbugs:3874
src/ChangeLog
src/xdisp.c
test/ChangeLog
test/redisplay-testsuite.el