mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(mouse-set-region): Call set-mark to activate mark.
This commit is contained in:
parent
20f3a745bb
commit
1cc8a3f41a
@ -111,6 +111,7 @@ This must be bound to a mouse drag event."
|
||||
(eq (framep (selected-frame)) 'x))
|
||||
(sit-for 1))
|
||||
(push-mark)
|
||||
(set-mark (point))
|
||||
(if (numberp (posn-point end))
|
||||
(goto-char (posn-point end)))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user