Function: thumbs-find-thumb
thumbs-find-thumb is an interactive and byte-compiled function defined
in thumbs.el.gz.
Signature
(thumbs-find-thumb IMG)
Documentation
Display the thumbnail for IMG.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
;;;###autoload
(defun thumbs-find-thumb (img)
"Display the thumbnail for IMG."
(interactive "f")
(find-file (thumbs-make-thumb img)))