diff options
| author | Chong Yidong | 2008-10-27 05:40:18 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-27 05:40:18 +0000 |
| commit | 9f33212acf32ea34e294ac1b23f1ec392b05970b (patch) | |
| tree | 5dbd77a3835632a3c059eb6599bcbaec0046e7a4 /src | |
| parent | 6daadc95f9114c520cc5f930790bb9c644da02fb (diff) | |
| download | emacs-9f33212acf32ea34e294ac1b23f1ec392b05970b.tar.gz emacs-9f33212acf32ea34e294ac1b23f1ec392b05970b.zip | |
Perform last revert properly.
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 |