# HG changeset patch # User Gerd Moellmann # Date 1003325671 0 # Node ID 85870610aed21e725b39197f1b44006a3b8f84c7 # Parent 17dadb0a50d20103461b58a6f6f764994d6cf632 (try_window_id): Remove code that was only there for the release of 21.1. diff -r 17dadb0a50d2 -r 85870610aed2 src/xdisp.c --- a/src/xdisp.c Wed Oct 17 11:51:24 2001 +0000 +++ b/src/xdisp.c Wed Oct 17 13:34:31 2001 +0000 @@ -11538,23 +11538,8 @@ stop_pos = 0; if (first_unchanged_at_end_row) { -#if GLYPH_DEBUG xassert (last_unchanged_at_beg_row == NULL || first_unchanged_at_end_row >= last_unchanged_at_beg_row); -#else - /* This is for the release of 21.1 only, and should be removed - after the release. - - This case means that unchanged information is probably bogus, - which leads to being unable to compute a correct - first_unchanged_at_end_row. At least that was the case in - one debugging session. I've fixed a bug that can lead to - wrong unchanged info, but didn't find a way to reproduce this - case. 2001-09-18 gerd. */ - if (last_unchanged_at_beg_row - && first_unchanged_at_end_row < last_unchanged_at_beg_row) - GIVE_UP (20); -#endif /* If this is a continuation line, move forward to the next one that isn't. Changes in lines above affect this line.