From: Andreas Schwab Date: Tue, 3 Nov 1998 10:25:56 +0000 (+0000) Subject: (mouse-drag-region): Fix typo. X-Git-Tag: emacs-20.4~1330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce8c28097dbde372bc2ab9f082ba160a7ffa42ad;p=emacs.git (mouse-drag-region): Fix typo. --- 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." (setq end-of-range (overlay-start mouse-drag-overlay))) ((>= mouse-row bottom) (mouse-scroll-subr start-window (1+ (- mouse-row bottom)) -a mouse-drag-overlay start-point) + mouse-drag-overlay start-point) (setq end-of-range (overlay-end mouse-drag-overlay)))))))))) ;; In case we did not get a mouse-motion event ;; for the final move of the mouse before a drag event