From 8cdb267e095ecd7d643076c04bf1be46c02d9d72 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 26 Mar 2001 17:54:34 +0000 Subject: [PATCH] (try_window_id): Undo last change. --- src/ChangeLog | 4 ++++ src/xdisp.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index de5b1b1d89c..79d5867183a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-03-26 Gerd Moellmann + + * xdisp.c (try_window_id): Undo last change. + 2001-03-26 Eli Zaretskii * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix. diff --git a/src/xdisp.c b/src/xdisp.c index 48fc7d7bc14..704b60c03da 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -11563,11 +11563,14 @@ try_window_id (w) else abort (); +#if 0 /* This leads to problems, for instance when the cursor is + at ZV, and the cursor line displays no text. */ /* Disable rows below what's displayed in the window. This makes debugging easier. */ enable_glyph_matrix_rows (current_matrix, XFASTINT (w->window_end_vpos) + 1, bottom_vpos, 0); +#endif IF_DEBUG (debug_end_pos = XFASTINT (w->window_end_pos); debug_end_vpos = XFASTINT (w->window_end_vpos)); -- 2.39.2