Index: emacs/src/window.c
diff -c emacs/src/window.c:1.506 emacs/src/window.c:1.507
*** emacs/src/window.c:1.506 Wed Jun 29 23:29:01 2005
--- emacs/src/window.c Sun Jul 3 16:41:48 2005
***************
*** 4822,4828 ****
/* We moved the window start towards BEGV, so PT may be now
in the scroll margin at the bottom. */
move_it_to (&it, PT, -1,
! it.last_visible_y - this_scroll_margin - 1, -1,
MOVE_TO_POS | MOVE_TO_Y);
/* Save our position, in case it's correct. */
--- 4822,4830 ----
/* We moved the window start towards BEGV, so PT may be now
in the scroll margin at the bottom. */
move_it_to (&it, PT, -1,
! (it.last_visible_y - CURRENT_HEADER_LINE_HEIGHT (w)
! - this_scroll_margin - 1),
! -1,
MOVE_TO_POS | MOVE_TO_Y);
/* Save our position, in case it's correct. */
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs