(redisplay_window): YABX (yet another bogus xassert).
Reported by David Kastrup.
This commit is contained in:
parent
0870514c24
commit
527d43c2ba
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue