Function: image-dired-image-at-point-p

image-dired-image-at-point-p is a byte-compiled function defined in image-dired.el.gz.

Signature

(image-dired-image-at-point-p)

Documentation

Return non-nil if there is an image-dired thumbnail at point.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defun image-dired-image-at-point-p ()
  "Return non-nil if there is an `image-dired' thumbnail at point."
  (get-text-property (point) 'image-dired-thumbnail))