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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:56 -0500

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.445.2.12 emacs/src/window.c:1.445.2.13
*** emacs/src/window.c:1.445.2.12       Thu Nov  4 08:55:31 2004
--- emacs/src/window.c  Fri Nov 12 02:52:55 2004
***************
*** 204,210 ****
  Lisp_Object Qwindow_configuration_change_hook;
  Lisp_Object Vwindow_configuration_change_hook;
  
! /* Nonzero means scroll commands try to put point
     at the same screen height as previously.  */
  
  Lisp_Object Vscroll_preserve_screen_position;
--- 204,210 ----
  Lisp_Object Qwindow_configuration_change_hook;
  Lisp_Object Vwindow_configuration_change_hook;
  
! /* Non-nil means scroll commands try to put point
     at the same screen height as previously.  */
  
  Lisp_Object Vscroll_preserve_screen_position;
***************
*** 4523,4529 ****
        start = it.current.pos;
      }
  
!   /* If scroll_preserve_screen_position is non-zero, we try to set
       point in the same window line as it is now, so get that line.  */
    if (!NILP (Vscroll_preserve_screen_position))
      {
--- 4523,4529 ----
        start = it.current.pos;
      }
  
!   /* If scroll_preserve_screen_position is non-nil, we try to set
       point in the same window line as it is now, so get that line.  */
    if (!NILP (Vscroll_preserve_screen_position))
      {




reply via email to

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