]> git.eshelyaron.com Git - emacs.git/commitdiff
(mark_window_display_accurate_1): Remove an assertion.
authorGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 09:37:32 +0000 (09:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 09:37:32 +0000 (09:37 +0000)
src/xdisp.c

index b5a28cb826ada0bcf8d3ab09c5fef25bc067d4bc..4d51cc4bdcada15bd3f862f1026daedae5138c5b 100644 (file)
@@ -9005,9 +9005,11 @@ mark_window_display_accurate_1 (w, accurate_p)
   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;
     }
 }