(redisplay_window): YABX (yet another bogus xassert).

Reported by David Kastrup.
This commit is contained in:
Kim F. Storm 2005-03-01 23:21:52 +00:00
parent 0870514c24
commit 527d43c2ba

View file

@ -12286,7 +12286,11 @@ redisplay_window (window, just_this_one_p)
{
init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
move_it_vertically_backward (&it, 0);
#if 0
/* I think this assert is bogus if buffer contains
invisible text or images. KFS. */
xassert (IT_CHARPOS (it) <= PT);
#endif
it.current_y = 0;
}