aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 81418b2d66f..73299c95d1f 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -17381,8 +17381,8 @@ display_line (struct it *it)
17381 row->ends_at_zv_p = 1; 17381 row->ends_at_zv_p = 1;
17382 /* A row that displays right-to-left text must always have 17382 /* A row that displays right-to-left text must always have
17383 its last face extended all the way to the end of line, 17383 its last face extended all the way to the end of line,
17384 even if this row ends in ZV, because we still write to th 17384 even if this row ends in ZV, because we still write to
17385 screen left to right. */ 17385 the screen left to right. */
17386 if (row->reversed_p) 17386 if (row->reversed_p)
17387 extend_face_to_end_of_line (it); 17387 extend_face_to_end_of_line (it);
17388 break; 17388 break;