Fix bug #10903 with displaying an empty display string.
authorEli Zaretskii <eliz@gnu.org>
Wed, 29 Feb 2012 17:50:24 +0000 (19:50 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 29 Feb 2012 17:50:24 +0000 (19:50 +0200)
commit312508d72ea1d3dd863daad497cecf7f15082f43
treeec156330952fb06cc9702152c4b3d27d89e0c392
parent2d44d9cc7040ba6c9548443189ac7d112ee00003
Fix bug #10903 with displaying an empty display string.

 src/xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
 push_it before setting up the iterator for the first overlay
 string, even if we have an empty string loaded.
 (next_overlay_string): If there's an empty string on the iterator
 stack, pop the stack.
src/ChangeLog
src/xdisp.c