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 324e7e29f07..f06121a475c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -13079,7 +13079,7 @@ try_window_reusing_current_matrix (w)
13079 /* Disable lines in the current matrix which are now 13079 /* Disable lines in the current matrix which are now
13080 below the window. */ 13080 below the window. */
13081 for (++row; row < bottom_row; ++row) 13081 for (++row; row < bottom_row; ++row)
13082 row->enabled_p = 0; 13082 row->enabled_p = row->mode_line_p = 0;
13083 } 13083 }
13084 13084
13085 /* Update window_end_pos etc.; last_reused_text_row is the last 13085 /* Update window_end_pos etc.; last_reused_text_row is the last