mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(mouse-set-region): Call set-mark to activate mark.
This commit is contained in:
parent
20f3a745bb
commit
1cc8a3f41a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue