Function: mh-show-mouse
mh-show-mouse is an interactive and byte-compiled function defined in
mh-folder.el.gz.
Signature
(mh-show-mouse EVENT)
Documentation
Move point to mouse EVENT and show message.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-folder.el.gz
(defun mh-show-mouse (event)
"Move point to mouse EVENT and show message."
(interactive "e")
(mouse-set-point event)
(mh-show))