/[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.358.4.2 by rms, Tue Nov 6 04:49:58 2001 UTC revision 1.358.4.3 by eliz, Mon Jan 28 16:56:03 2002 UTC
# Line 5392  Automatically becomes buffer-local when Line 5392  Automatically becomes buffer-local when
5392    DEFVAR_PER_BUFFER ("scroll-up-aggressively",    DEFVAR_PER_BUFFER ("scroll-up-aggressively",
5393                       &current_buffer->scroll_up_aggressively, Qnil,                       &current_buffer->scroll_up_aggressively, Qnil,
5394      "*If a number, scroll display up aggressively.\n\      "*If a number, scroll display up aggressively.\n\
5395  If scrolling a window because point is above the window start, choose\n\  If scrolling a window because point is below the window end, choose\n\
5396  a new window start so that point ends up that fraction of the window's\n\  a new window start so that point ends up that fraction of the window's\n\
5397  height from the top of the window.\n\  height from the bottom of the window.\n\
5398  Automatically becomes buffer-local when set in any fashion.");  Automatically becomes buffer-local when set in any fashion.");
5399        
5400    DEFVAR_PER_BUFFER ("scroll-down-aggressively",    DEFVAR_PER_BUFFER ("scroll-down-aggressively",
5401                       &current_buffer->scroll_down_aggressively, Qnil,                       &current_buffer->scroll_down_aggressively, Qnil,
5402      "*If a number, scroll display down aggressively.\n\      "*If a number, scroll display down aggressively.\n\
5403  If scrolling a window because point is below the window end, choose\n\  If scrolling a window because point is above the window start, choose\n\
5404  a new window start so that point ends up that fraction of the window's\n\  a new window start so that point ends up that fraction of the window's\n\
5405  height from the bottom of the window.\n\  height from the top of the window.\n\
5406  Automatically becomes buffer-local when set in any fashion.");  Automatically becomes buffer-local when set in any fashion.");
5407        
5408  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,  /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,

Legend:
Removed from v.1.358.4.2  
changed lines
  Added in v.1.358.4.3

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