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/obsolete/thumbs.el.gz
(defun thumbs-set-root ()
  "Set the current image as root."
  (interactive)
  (wallpaper-set (or thumbs-current-tmp-filename
                     thumbs-current-image-filename)))