Mercurial > emacs
changeset 38747:258f3e803e75
(mark_window_display_accurate_1): Remove an assertion.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 09 Aug 2001 09:37:32 +0000 |
parents | 0fc8e4a27edc |
children | bb32ae33769e |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Aug 09 09:31:56 2001 +0000 +++ b/src/xdisp.c Thu Aug 09 09:37:32 2001 +0000 @@ -9005,9 +9005,11 @@ if (accurate_p) { w->window_end_valid = w->buffer; +#if 0 /* This is incorrect with variable-height lines. */ xassert (XINT (w->window_end_vpos) < (XINT (w->height) - (WINDOW_WANTS_MODELINE_P (w) ? 1 : 0))); +#endif w->update_mode_line = Qnil; } }