aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index bcb283f8faa..da0e84f0043 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -9038,6 +9038,11 @@ move_it_in_display_line_to (struct it *it,
9038 } 9038 }
9039 else 9039 else
9040 result = MOVE_NEWLINE_OR_CR; 9040 result = MOVE_NEWLINE_OR_CR;
9041 /* If we've processed the newline, make sure this flag is
9042 reset, as it must only be set when the newline itself is
9043 processed. */
9044 if (result == MOVE_NEWLINE_OR_CR)
9045 it->constrain_row_ascent_descent_p = false;
9041 break; 9046 break;
9042 } 9047 }
9043 9048