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.
This also allows yanking text into an isearch without moving the mouse cursor to the echo area.
Probably introduced at or before Emacs version 29.1.
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.
This also allows yanking text into an isearch without moving the
mouse cursor to the echo area."
:type 'boolean)