Function: thumbs-dired

thumbs-dired is an interactive and byte-compiled function defined in thumbs.el.gz.

Signature

(thumbs-dired)

Documentation

Use dired on the current thumbs directory.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-dired ()
  "Use `dired' on the current thumbs directory."
  (interactive)
  (dired thumbs-current-dir))