aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index e11347dca90..533b7927347 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -11538,23 +11538,8 @@ try_window_id (w)
11538 stop_pos = 0; 11538 stop_pos = 0;
11539 if (first_unchanged_at_end_row) 11539 if (first_unchanged_at_end_row)
11540 { 11540 {
11541#if GLYPH_DEBUG
11542 xassert (last_unchanged_at_beg_row == NULL 11541 xassert (last_unchanged_at_beg_row == NULL
11543 || first_unchanged_at_end_row >= last_unchanged_at_beg_row); 11542 || first_unchanged_at_end_row >= last_unchanged_at_beg_row);
11544#else
11545 /* This is for the release of 21.1 only, and should be removed
11546 after the release.
11547
11548 This case means that unchanged information is probably bogus,
11549 which leads to being unable to compute a correct
11550 first_unchanged_at_end_row. At least that was the case in
11551 one debugging session. I've fixed a bug that can lead to
11552 wrong unchanged info, but didn't find a way to reproduce this
11553 case. 2001-09-18 gerd. */
11554 if (last_unchanged_at_beg_row
11555 && first_unchanged_at_end_row < last_unchanged_at_beg_row)
11556 GIVE_UP (20);
11557#endif
11558 11543
11559 /* If this is a continuation line, move forward to the next one 11544 /* If this is a continuation line, move forward to the next one
11560 that isn't. Changes in lines above affect this line. 11545 that isn't. Changes in lines above affect this line.