Function: image-dired-beginning-of-buffer
image-dired-beginning-of-buffer is an interactive and byte-compiled
function defined in image-dired.el.gz.
Signature
(image-dired-beginning-of-buffer)
Documentation
Move to the first image in the thumbnail buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defun image-dired-beginning-of-buffer ()
"Move to the first image in the thumbnail buffer."
(interactive nil image-dired-thumbnail-mode)
(image-dired--movement-command (point-min)))