diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index f2da1dd25ce..368fe75b004 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1088,7 +1088,7 @@ done: | |||
| 1088 | start = end = whole = 0; | 1088 | start = end = whole = 0; |
| 1089 | 1089 | ||
| 1090 | /* Indicate what this scroll bar ought to be displaying now. */ | 1090 | /* Indicate what this scroll bar ought to be displaying now. */ |
| 1091 | (*set_vertical_scroll_bar_hook) (w, end - start, whole, start - 1); | 1091 | (*set_vertical_scroll_bar_hook) (w, end - start, whole, start); |
| 1092 | 1092 | ||
| 1093 | /* Note that we actually used the scroll bar attached to this window, | 1093 | /* Note that we actually used the scroll bar attached to this window, |
| 1094 | so it shouldn't be deleted at the end of redisplay. */ | 1094 | so it shouldn't be deleted at the end of redisplay. */ |