Function: thumbs-mouse-find-image
thumbs-mouse-find-image is an interactive and byte-compiled function
defined in thumbs.el.gz.
Signature
(thumbs-mouse-find-image EVENT)
Documentation
Display image for thumbnail at mouse click EVENT.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-mouse-find-image (event)
"Display image for thumbnail at mouse click EVENT."
(interactive "e")
(mouse-set-point event)
(thumbs-find-image-at-point))