Function: image-dired-associated-dired-buffer

image-dired-associated-dired-buffer is a byte-compiled function defined in image-dired-util.el.gz.

Signature

(image-dired-associated-dired-buffer)

Documentation

Get associated Dired buffer for thumbnail at point.

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired-util.el.gz
(defun image-dired-associated-dired-buffer ()
  "Get associated Dired buffer for thumbnail at point."
  (get-text-property (point) 'associated-dired-buffer))