summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-11 18:44:09 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-11 18:44:09 +0000
commit1d149295eebe5d7280c6628a7dbe77aefabf37b3 (patch)
treef1d122e6ac8cfcee34fbdd4b667dc79cc3af493a /lisp/term
parent47d8c4fa16ce73531d79cf3721243f146007f5b2 (diff)
downloademacs-1d149295eebe5d7280c6628a7dbe77aefabf37b3.tar.gz
(win32-handle-scroll-bar-event): Use scroll-bar-maybe-set-window-start.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 3d42104e888..d5da3ab9f7e 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -96,7 +96,7 @@
((eq bar-part 'above-handle)
(scroll-down))
((eq bar-part 'handle)
- (scroll-bar-drag-1 event))
+ (scroll-bar-maybe-set-window-start event))
((eq bar-part 'below-handle)
(scroll-up))
((eq bar-part 'down)