Mercurial > emacs
changeset 16320:56f494ed6b13
(mouse-drag-throw): Bind adjusted-mouse-delta.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 25 Sep 1996 03:32:13 +0000 |
parents | 8bd3981bd342 |
children | af6d52a93a59 |
files | lisp/mouse-drag.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse-drag.el Wed Sep 25 03:30:55 1996 +0000 +++ b/lisp/mouse-drag.el Wed Sep 25 03:32:13 1996 +0000 @@ -205,6 +205,7 @@ 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)