Function: image-dired-next-line-and-display
image-dired-next-line-and-display is an interactive and byte-compiled
function defined in image-dired.el.gz.
Signature
(image-dired-next-line-and-display)
Documentation
Move to next Dired line and display thumbnail image.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defun image-dired-next-line-and-display ()
"Move to next Dired line and display thumbnail image."
(interactive)
(dired-next-line 1)
(image-dired-display-thumbs
t (or image-dired-append-when-browsing nil) t)
(if image-dired-dired-disp-props
(image-dired-dired-display-properties)))