mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(mouse-select): Pass an arg to mouse-extend.
This commit is contained in:
parent
0e7e7a58b7
commit
b769185330
@ -254,7 +254,7 @@ This should be bound to a down-mouse event."
|
||||
(goto-char (car object-bounds))
|
||||
(set-mark (cdr object-bounds)))
|
||||
(deactivate-mark)))
|
||||
(mouse-extend))
|
||||
(mouse-extend (if mouse-sel-selection-type EVENT)))
|
||||
|
||||
(defun mouse-extend (&optional EVENT)
|
||||
"Extend region/selection using the mouse.
|
||||
|
Loading…
Reference in New Issue
Block a user