(mouse-yank-at-click): Clear mouse-selection-click-count.

This commit is contained in:
Richard M. Stallman 1995-06-22 04:37:38 +00:00
parent 56969ea355
commit a814e9df17

View file

@ -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)