Variable: kmacro-call-mouse-event
kmacro-call-mouse-event is a customizable variable defined in
kmacro.el.gz.
Value
S-mouse-3
Documentation
The mouse event used by kmacro to call a macro.
Set to nil if no mouse binding is desired.
Source Code
;; Defined in /usr/src/emacs/lisp/kmacro.el.gz
(defcustom kmacro-call-mouse-event 'S-mouse-3
"The mouse event used by kmacro to call a macro.
Set to nil if no mouse binding is desired."
:type 'symbol)