Function: image-dired--slideshow-step

image-dired--slideshow-step is a byte-compiled function defined in image-dired.el.gz.

Signature

(image-dired--slideshow-step)

Documentation

Step to the next image in a slideshow.

Aliases

image-dired-slideshow-step (obsolete since 29.1)

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defun image-dired--slideshow-step ()
  "Step to the next image in a slideshow."
  (if-let* ((buf (get-buffer image-dired-thumbnail-buffer)))
      (with-current-buffer buf
        (image-dired-display-next))
    (image-dired--slideshow-stop)))