Fix last change.
This commit is contained in:
parent
6c6a75d582
commit
6f3a268219
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue