Variable: mouse-yank-at-point
mouse-yank-at-point is a customizable variable defined in mouse.el.gz.
Value
nil
Documentation
If non-nil, mouse yank commands yank at point instead of at click.
Source Code
;; Defined in /usr/src/emacs/lisp/mouse.el.gz
(defcustom mouse-yank-at-point nil
"If non-nil, mouse yank commands yank at point instead of at click."
:type 'boolean)