Function: thumbs-current-image

thumbs-current-image is a byte-compiled function defined in thumbs.el.gz.

Signature

(thumbs-current-image)

Documentation

Return the name of the image file name at point.

Source Code

;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-current-image ()
  "Return the name of the image file name at point."
  (get-text-property (point) 'thumb-image-file))