diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index e607c3a3cab..d2b62b1ffe0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -12687,8 +12687,7 @@ try_scrolling (window, just_this_one_p, scroll_conservatively, | |||
| 12687 | window, or below. Compute the distance from the scroll | 12687 | window, or below. Compute the distance from the scroll |
| 12688 | margin to PT, and give up if the distance is greater than | 12688 | margin to PT, and give up if the distance is greater than |
| 12689 | scroll_max. */ | 12689 | scroll_max. */ |
| 12690 | move_it_to (&it, PT, -1, it.last_visible_y - 1, -1, | 12690 | move_it_to (&it, PT, -1, -1, -1, MOVE_TO_POS); |
| 12691 | MOVE_TO_POS | MOVE_TO_Y); | ||
| 12692 | 12691 | ||
| 12693 | /* To make point visible, we must move the window start down | 12692 | /* To make point visible, we must move the window start down |
| 12694 | so that the cursor line is visible, which means we have | 12693 | so that the cursor line is visible, which means we have |