Function: thumbs-dired-setroot

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

Signature

(thumbs-dired-setroot)

Documentation

In dired, call the setroot program on the image at point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
;;;###autoload
(defun thumbs-dired-setroot ()
  "In dired, call the setroot program on the image at point."
  (interactive)
  (thumbs-call-setroot-command (dired-get-filename)))