Mercurial > emacs
changeset 23619:0813c9bb52c4
(mouse-drag-region): Fix typo.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 03 Nov 1998 10:25:56 +0000 |
parents | d71e01e81cc7 |
children | 2b55b8f8cdc1 |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse.el Tue Nov 03 10:20:29 1998 +0000 +++ b/lisp/mouse.el Tue Nov 03 10:25:56 1998 +0000 @@ -585,7 +585,7 @@ (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