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 a683d8b0968..4f906483c93 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -1840,7 +1840,7 @@ init_from_display_pos (it, w, pos)
1840 init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID); 1840 init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID);
1841 1841
1842 for (i = 0; i < it->n_overlay_strings; ++i) 1842 for (i = 0; i < it->n_overlay_strings; ++i)
1843 if (index (XSTRING (it->overlay_strings[i])->data, '\n') != NULL) 1843 if (index (XSTRING (it->overlay_strings[i])->data, '\n'))
1844 { 1844 {
1845 overlay_strings_with_newlines = 1; 1845 overlay_strings_with_newlines = 1;
1846 break; 1846 break;