aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 7a64b9743da..f20aaedd2f7 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -4674,7 +4674,7 @@ next_overlay_string (it)
4674 /* If we're at the end of the buffer, record that we have 4674 /* If we're at the end of the buffer, record that we have
4675 processed the overlay strings there already, so that 4675 processed the overlay strings there already, so that
4676 next_element_from_buffer doesn't try it again. */ 4676 next_element_from_buffer doesn't try it again. */
4677 if (IT_CHARPOS (*it) >= it->end_charpos) 4677 if (NILP (it->string) && IT_CHARPOS (*it) >= it->end_charpos)
4678 it->overlay_strings_at_end_processed_p = 1; 4678 it->overlay_strings_at_end_processed_p = 1;
4679 4679
4680 /* If we have to display `...' for invisible text, set 4680 /* If we have to display `...' for invisible text, set