Function: image-dired-mark-and-display-next

image-dired-mark-and-display-next is an interactive and byte-compiled function defined in image-dired-dired.el.gz.

Signature

(image-dired-mark-and-display-next)

Documentation

Mark current file in Dired and display the next thumbnail image.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired-dired.el.gz
(defun image-dired-mark-and-display-next ()
  "Mark current file in Dired and display the next thumbnail image."
  (interactive nil dired-mode)
  (dired-mark 1)
  (image-dired-display-thumbs t image-dired-dired-append-when-browsing t)
  (if image-dired-dired-disp-props
      (image-dired-dired-display-properties)))