+2001-03-26 Gerd Moellmann <gerd@gnu.org>
+
+ * xdisp.c (try_window_id): Undo last change.
+
2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
* print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
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));