Variable: image-dired-dired-disp-props
image-dired-dired-disp-props is a customizable variable defined in
image-dired-dired.el.gz.
Value
t
Documentation
If non-nil, display properties for Dired file when browsing.
Used by image-dired-next-line-and-display,
image-dired-previous-line-and-display and image-dired-mark-and-display-next.
If the database file is large, this can slow down image browsing in
Dired and you might want to turn it off.
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired-dired.el.gz
(defcustom image-dired-dired-disp-props t
"If non-nil, display properties for Dired file when browsing.
Used by `image-dired-next-line-and-display',
`image-dired-previous-line-and-display' and `image-dired-mark-and-display-next'.
If the database file is large, this can slow down image browsing in
Dired and you might want to turn it off."
:type 'boolean)