From: Richard M. Stallman Date: Wed, 25 Sep 1996 03:32:13 +0000 (+0000) Subject: (mouse-drag-throw): Bind adjusted-mouse-delta. X-Git-Tag: emacs-20.1~3624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ebeb09d6dbb2f0c6dd28bf161d7786b5e71f2bb;p=emacs.git (mouse-drag-throw): Bind adjusted-mouse-delta. --- 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)