summaryrefslogtreecommitdiff
path: root/lisp/mouse-drag.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-25 03:32:13 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-25 03:32:13 +0000
commit4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb (patch)
treea38adb39af181a601ef7f0ea28eba8ade3244a4f /lisp/mouse-drag.el
parent84f19a49c7ca3bdd3c223894a8a2523037f2493f (diff)
downloademacs-4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb.tar.gz
(mouse-drag-throw): Bind adjusted-mouse-delta.
Diffstat (limited to 'lisp/mouse-drag.el')
-rw-r--r--lisp/mouse-drag.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mouse-drag.el b/lisp/mouse-drag.el
index f8196c75de3..3f41d9f18fd 100644
--- a/lisp/mouse-drag.el
+++ b/lisp/mouse-drag.el
@@ -205,6 +205,7 @@ To test this function, evaluate:
col mouse-col-delta window-last-col
(scroll-col-delta 0)
adjusted-mouse-col-delta
+ adjusted-mouse-delta
;; be conservative about allowing horizontal scrolling
(col-scrolling-p (mouse-drag-should-do-col-scrolling)))
(select-window start-window)