diff options
| author | Gerd Moellmann | 2001-10-17 13:34:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-17 13:34:31 +0000 |
| commit | 71275ee954a1f343a8df64d518ec8a5f34755be5 (patch) | |
| tree | 97c6cd6765401f9b171a4601cd4f73cccacc0380 /src | |
| parent | 2ad551af63560e0c39d206724645b2c826c85956 (diff) | |
| download | emacs-71275ee954a1f343a8df64d518ec8a5f34755be5.tar.gz emacs-71275ee954a1f343a8df64d518ec8a5f34755be5.zip | |
(try_window_id): Remove code that was only there
for the release of 21.1.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 15 |
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. |