Variable: image-dired-show-all-from-dir-max-files

image-dired-show-all-from-dir-max-files is a customizable variable defined in image-dired.el.gz.

Value

50

Documentation

Maximum number of files to show using image-dired-show-all-from-dir before warning.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-show-all-from-dir-max-files 50
  "Maximum number of files to show using `image-dired-show-all-from-dir'
before warning."
  :type 'integer)