]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-yank-at-click): Clear mouse-selection-click-count.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Jun 1995 04:37:38 +0000 (04:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Jun 1995 04:37:38 +0000 (04:37 +0000)
lisp/mouse.el

index 46fb5343cf5a53888d2a5dbb7575d3d88a5d71a2..dbd3ac263ff8b534bce732efa61ba5867707a803 100644 (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)