]> git.eshelyaron.com Git - emacs.git/commitdiff
(try_window_id): Undo last change.
authorGerd Moellmann <gerd@gnu.org>
Mon, 26 Mar 2001 17:54:34 +0000 (17:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 26 Mar 2001 17:54:34 +0000 (17:54 +0000)
src/ChangeLog
src/xdisp.c

index de5b1b1d89ca3a1e96b1ffda93f41cfc1abecbc3..79d5867183a0ce838d1f66031294c34aa08c08c2 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 48fc7d7bc1448b6feed3bd783b07fd9128115062..704b60c03da3ec81f1121680fadbdb8521fa9b10 100644 (file)
@@ -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));