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.h


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/window.h
Date: Mon, 01 Jul 2002 03:59:16 -0400

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.49 emacs/src/window.h:1.50
*** emacs/src/window.h:1.49     Sun Mar 17 23:38:43 2002
--- emacs/src/window.h  Mon Jul  1 03:59:16 2002
***************
*** 129,135 ****
      /* Non-nil means we have explicitly changed the value of start,
         but that the next redisplay is not obliged to use the new value.
         This is used in Fdelete_other_windows to force a call to
!        Vwindow_scroll_functions.  */
      Lisp_Object optional_new_start;
      /* Number of columns display within the window is scrolled to the left.  
*/
      Lisp_Object hscroll;
--- 129,135 ----
      /* Non-nil means we have explicitly changed the value of start,
         but that the next redisplay is not obliged to use the new value.
         This is used in Fdelete_other_windows to force a call to
!        Vwindow_scroll_functions; also by Frecenter with argument.  */
      Lisp_Object optional_new_start;
      /* Number of columns display within the window is scrolled to the left.  
*/
      Lisp_Object hscroll;



reply via email to

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