Mercurial > emacs
changeset 37013:4f90423b2d95
(try_window_id): Undo last change.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 26 Mar 2001 17:52:33 +0000 |
parents | 4cc4b43e9f42 |
children | b7aa7cc5bd4b |
files | src/xdisp.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Mon Mar 26 17:09:00 2001 +0000 +++ b/src/xdisp.c Mon Mar 26 17:52:33 2001 +0000 @@ -11563,11 +11563,14 @@ 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));