/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.377 by pj, Tue Jan 15 07:30:23 2002 UTC revision 1.378 by rms, Sat Jan 26 23:04:27 2002 UTC
# Line 5426  window-systems.  */); Line 5426  window-systems.  */);
5426    DEFVAR_PER_BUFFER ("scroll-up-aggressively",    DEFVAR_PER_BUFFER ("scroll-up-aggressively",
5427                       &current_buffer->scroll_up_aggressively, Qnil,                       &current_buffer->scroll_up_aggressively, Qnil,
5428                       doc: /* *If a number, scroll display up aggressively.                       doc: /* *If a number, scroll display up aggressively.
5429  If scrolling a window because point is above the window start, choose  If scrolling a window because point is below the window end, choose
5430  a new window start so that point ends up that fraction of the window's  a new window start so that point ends up that fraction of the window's
5431  height from the top of the window.  */);  height from the bottom of the window.  */);
5432        
5433    DEFVAR_PER_BUFFER ("scroll-down-aggressively",    DEFVAR_PER_BUFFER ("scroll-down-aggressively",
5434                       &current_buffer->scroll_down_aggressively, Qnil,                       &current_buffer->scroll_down_aggressively, Qnil,
5435                       doc: /* *If a number, scroll display down aggressively.                       doc: /* *If a number, scroll display down aggressively.
5436  If scrolling a window because point is below the window end, choose  If scrolling a window because point is above the window start, choose
5437  a new window start so that point ends up that fraction of the window's  a new window start so that point ends up that fraction of the window's
5438  height from the bottom of the window.  */);  height from the top of the window.  */);
5439        
5440  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
5441      "Don't ask.");      "Don't ask.");

Legend:
Removed from v.1.377  
changed lines
  Added in v.1.378

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26