Mercurial > emacs
changeset 3788:41a297faf4ac
* xdisp.c (redisplay_window): No need to subtract one from start
before passing it to the set_vertical_scroll_bar_hook.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 17 Jun 1993 02:41:40 +0000 |
parents | 04b741620a50 |
children | 0af7cedb1081 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Jun 17 02:28:19 1993 +0000 +++ b/src/xdisp.c Thu Jun 17 02:41:40 1993 +0000 @@ -1088,7 +1088,7 @@ start = end = whole = 0; /* Indicate what this scroll bar ought to be displaying now. */ - (*set_vertical_scroll_bar_hook) (w, end - start, whole, start - 1); + (*set_vertical_scroll_bar_hook) (w, end - start, whole, start); /* Note that we actually used the scroll bar attached to this window, so it shouldn't be deleted at the end of redisplay. */