mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
Fix last change.
This commit is contained in:
parent
6c6a75d582
commit
6f3a268219
@ -1373,7 +1373,7 @@ before inserting the text."
|
||||
(when select-active-regions
|
||||
;; Without this, confusing things happen upon e.g. inserting into
|
||||
;; the middle of an active region.
|
||||
(deactivate-mark t))
|
||||
(deactivate-mark))
|
||||
(or mouse-yank-at-point (mouse-set-point click))
|
||||
(setq this-command 'yank)
|
||||
(setq mouse-selection-click-count 0)
|
||||
@ -1390,7 +1390,7 @@ regardless of where you click."
|
||||
(when select-active-regions
|
||||
;; Without this, confusing things happen upon e.g. inserting into
|
||||
;; the middle of an active region.
|
||||
(deactivate-mark t))
|
||||
(deactivate-mark))
|
||||
(or mouse-yank-at-point (mouse-set-point click))
|
||||
(let ((primary (x-get-selection 'PRIMARY)))
|
||||
(if primary
|
||||
|
Loading…
Reference in New Issue
Block a user