emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Sat, 26 Jan 2002 18:04:28 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.377 emacs/src/buffer.c:1.378
*** emacs/src/buffer.c:1.377    Tue Jan 15 02:30:23 2002
--- emacs/src/buffer.c  Sat Jan 26 18:04:27 2002
***************
*** 5426,5441 ****
    DEFVAR_PER_BUFFER ("scroll-up-aggressively",
                     &current_buffer->scroll_up_aggressively, Qnil,
                     doc: /* *If a number, scroll display up aggressively.
! If scrolling a window because point is above the window start, choose
  a new window start so that point ends up that fraction of the window's
! height from the top of the window.  */);
    
    DEFVAR_PER_BUFFER ("scroll-down-aggressively",
                     &current_buffer->scroll_down_aggressively, Qnil,
                     doc: /* *If a number, scroll display down aggressively.
! If scrolling a window because point is below the window end, choose
  a new window start so that point ends up that fraction of the window's
! height from the bottom of the window.  */);
    
  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
      "Don't ask.");
--- 5426,5441 ----
    DEFVAR_PER_BUFFER ("scroll-up-aggressively",
                     &current_buffer->scroll_up_aggressively, Qnil,
                     doc: /* *If a number, scroll display up aggressively.
! If scrolling a window because point is below the window end, choose
  a new window start so that point ends up that fraction of the window's
! height from the bottom of the window.  */);
    
    DEFVAR_PER_BUFFER ("scroll-down-aggressively",
                     &current_buffer->scroll_down_aggressively, Qnil,
                     doc: /* *If a number, scroll display down aggressively.
! If scrolling a window because point is above the window start, choose
  a new window start so that point ends up that fraction of the window's
! height from the top of the window.  */);
    
  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
      "Don't ask.");



reply via email to

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