emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 01 Oct 2005 16:42:10 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1056 emacs/src/xdisp.c:1.1057
*** emacs/src/xdisp.c:1.1056    Tue Sep 27 18:48:54 2005
--- emacs/src/xdisp.c   Sat Oct  1 20:42:09 2005
***************
*** 12848,12854 ****
        this_scroll_margin *= FRAME_LINE_HEIGHT (it.f);
  
        if ((w->cursor.y < this_scroll_margin
!          && CHARPOS (pos) > BEGV)
          /* rms: considering make_cursor_line_fully_visible_p here
             seems to give wrong results.  We don't want to recenter
             when the last line is partly visible, we want to allow
--- 12848,12855 ----
        this_scroll_margin *= FRAME_LINE_HEIGHT (it.f);
  
        if ((w->cursor.y < this_scroll_margin
!          && CHARPOS (pos) > BEGV
!          && IT_CHARPOS (it) < ZV)
          /* rms: considering make_cursor_line_fully_visible_p here
             seems to give wrong results.  We don't want to recenter
             when the last line is partly visible, we want to allow




reply via email to

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