From 4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 25 Sep 1996 03:32:13 +0000 Subject: [PATCH] (mouse-drag-throw): Bind adjusted-mouse-delta. --- lisp/mouse-drag.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2