Function: thumbs-dired-show-marked

thumbs-dired-show-marked is an autoloaded, interactive and byte-compiled function defined in thumbs.el.gz.

Signature

(thumbs-dired-show-marked)

Documentation

In dired, make a thumbs buffer with marked files.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
;;;###autoload
(defun thumbs-dired-show-marked ()
  "In dired, make a thumbs buffer with marked files."
  (interactive)
  (thumbs-show-thumbs-list (dired-get-marked-files) nil t))