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

Diff of /emacs/src/xdisp.c

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

revision 1.671.4.19 by eliz, Tue Jan 15 17:29:49 2002 UTC revision 1.671.4.20 by eliz, Mon Jan 28 16:57:06 2002 UTC
# Line 9507  try_scrolling (window, just_this_one_p, Line 9507  try_scrolling (window, just_this_one_p,
9507          amount_to_scroll = scroll_max;          amount_to_scroll = scroll_max;
9508        else        else
9509          {          {
9510            aggressive = current_buffer->scroll_down_aggressively;            aggressive = current_buffer->scroll_up_aggressively;
9511            height = (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE (w)            height = (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE (w)
9512                      - WINDOW_DISPLAY_HEADER_LINE_HEIGHT (w));                      - WINDOW_DISPLAY_HEADER_LINE_HEIGHT (w));
9513            if (NUMBERP (aggressive))            if (NUMBERP (aggressive))
# Line 9561  try_scrolling (window, just_this_one_p, Line 9561  try_scrolling (window, just_this_one_p,
9561              amount_to_scroll = scroll_max;              amount_to_scroll = scroll_max;
9562            else            else
9563              {              {
9564                aggressive = current_buffer->scroll_up_aggressively;                aggressive = current_buffer->scroll_down_aggressively;
9565                height = (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE (w)                height = (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE (w)
9566                          - WINDOW_DISPLAY_HEADER_LINE_HEIGHT (w));                          - WINDOW_DISPLAY_HEADER_LINE_HEIGHT (w));
9567                if (NUMBERP (aggressive))                if (NUMBERP (aggressive))

Legend:
Removed from v.1.671.4.19  
changed lines
  Added in v.1.671.4.20

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