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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [lexbind]
Date: Thu, 11 Nov 2004 23:43:08 -0500

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.417.2.22 emacs/src/window.c:1.417.2.23
*** emacs/src/window.c:1.417.2.22       Thu Nov  4 13:12:24 2004
--- emacs/src/window.c  Fri Nov 12 04:21:15 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]