(mouse-yank-at-click): Clear mouse-selection-click-count.
This commit is contained in:
parent
56969ea355
commit
a814e9df17
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ regardless of where you click."
|
|||
(run-hooks 'mouse-leave-buffer-hook)
|
||||
(or mouse-yank-at-point (mouse-set-point click))
|
||||
(setq this-command 'yank)
|
||||
(setq mouse-selection-click-count 0)
|
||||
(yank arg))
|
||||
|
||||
(defun mouse-kill-ring-save (click)
|
||||
|
|
Loading…
Add table
Reference in a new issue