diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-25 03:32:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-25 03:32:13 +0000 |
commit | 4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb (patch) | |
tree | a38adb39af181a601ef7f0ea28eba8ade3244a4f /lisp/mouse-drag.el | |
parent | 84f19a49c7ca3bdd3c223894a8a2523037f2493f (diff) | |
download | emacs-4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb.tar.gz emacs-4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb.tar.bz2 emacs-4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb.zip |
(mouse-drag-throw): Bind adjusted-mouse-delta.
Diffstat (limited to 'lisp/mouse-drag.el')
-rw-r--r-- | lisp/mouse-drag.el | 1 |
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) |