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