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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Tue, 05 Mar 2002 05:51:20 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.733 emacs/src/xdisp.c:1.734
*** emacs/src/xdisp.c:1.733     Mon Mar  4 18:40:59 2002
--- emacs/src/xdisp.c   Tue Mar  5 05:51:20 2002
***************
*** 1,5 ****
  /* Display generation from window structure and buffer text.
!    Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 99, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Display generation from window structure and buffer text.
!    Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 99, 2000, 2001, 2002
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 584,590 ****
  
  /* How close to the margin can point get before the window is scrolled
     horizontally.  */
! int hscroll_margin;
  
  /* How much to scroll horizontally when point is inside the above margin.  */
  Lisp_Object Vhscroll_step;
--- 584,590 ----
  
  /* How close to the margin can point get before the window is scrolled
     horizontally.  */
! EMACS_INT hscroll_margin;
  
  /* How much to scroll horizontally when point is inside the above margin.  */
  Lisp_Object Vhscroll_step;



reply via email to

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