aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index b0044a4a991..781738253d7 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -585,7 +585,7 @@ remains active. Otherwise, it remains until the next input event."
585 (setq end-of-range (overlay-start mouse-drag-overlay))) 585 (setq end-of-range (overlay-start mouse-drag-overlay)))
586 ((>= mouse-row bottom) 586 ((>= mouse-row bottom)
587 (mouse-scroll-subr start-window (1+ (- mouse-row bottom)) 587 (mouse-scroll-subr start-window (1+ (- mouse-row bottom))
588a mouse-drag-overlay start-point) 588 mouse-drag-overlay start-point)
589 (setq end-of-range (overlay-end mouse-drag-overlay)))))))))) 589 (setq end-of-range (overlay-end mouse-drag-overlay))))))))))
590 ;; In case we did not get a mouse-motion event 590 ;; In case we did not get a mouse-motion event
591 ;; for the final move of the mouse before a drag event 591 ;; for the final move of the mouse before a drag event