mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(mouse-drag-region): Fix typo.
This commit is contained in:
parent
6f0868d86d
commit
ce8c28097d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue