diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index b5a28cb826a..4d51cc4bdca 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -9005,9 +9005,11 @@ mark_window_display_accurate_1 (w, accurate_p) | |||
| 9005 | if (accurate_p) | 9005 | if (accurate_p) |
| 9006 | { | 9006 | { |
| 9007 | w->window_end_valid = w->buffer; | 9007 | w->window_end_valid = w->buffer; |
| 9008 | #if 0 /* This is incorrect with variable-height lines. */ | ||
| 9008 | xassert (XINT (w->window_end_vpos) | 9009 | xassert (XINT (w->window_end_vpos) |
| 9009 | < (XINT (w->height) | 9010 | < (XINT (w->height) |
| 9010 | - (WINDOW_WANTS_MODELINE_P (w) ? 1 : 0))); | 9011 | - (WINDOW_WANTS_MODELINE_P (w) ? 1 : 0))); |
| 9012 | #endif | ||
| 9011 | w->update_mode_line = Qnil; | 9013 | w->update_mode_line = Qnil; |
| 9012 | } | 9014 | } |
| 9013 | } | 9015 | } |