Function: thumbs-set-root

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

Signature

(thumbs-set-root)

Documentation

Set the current image as root.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-set-root ()
  "Set the current image as root."
  (interactive)
  (thumbs-call-setroot-command
   (or thumbs-current-tmp-filename
       thumbs-current-image-filename)))