Function: thumbs-dired-show
thumbs-dired-show is an autoloaded, interactive and byte-compiled
function defined in thumbs.el.gz.
Signature
(thumbs-dired-show)
Documentation
In dired, make a thumbs buffer with all files in current directory.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
;;;###autoload
(defun thumbs-dired-show ()
"In dired, make a thumbs buffer with all files in current directory."
(interactive)
(thumbs-show-from-dir default-directory nil t))