emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sun, 03 Jul 2005 12:41:50 -0400

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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]