diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 613f6f09b44..71fca1b5eec 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -12286,7 +12286,11 @@ redisplay_window (window, just_this_one_p) | |||
| 12286 | { | 12286 | { |
| 12287 | init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID); | 12287 | init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID); |
| 12288 | move_it_vertically_backward (&it, 0); | 12288 | move_it_vertically_backward (&it, 0); |
| 12289 | #if 0 | ||
| 12290 | /* I think this assert is bogus if buffer contains | ||
| 12291 | invisible text or images. KFS. */ | ||
| 12289 | xassert (IT_CHARPOS (it) <= PT); | 12292 | xassert (IT_CHARPOS (it) <= PT); |
| 12293 | #endif | ||
| 12290 | it.current_y = 0; | 12294 | it.current_y = 0; |
| 12291 | } | 12295 | } |
| 12292 | 12296 | ||