Function: thumbs-call-setroot-command
thumbs-call-setroot-command is a byte-compiled function defined in
thumbs.el.gz.
Signature
(thumbs-call-setroot-command IMG)
Documentation
Call the setroot program for IMG.
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-call-setroot-command (img)
"Call the setroot program for IMG."
(run-hooks 'thumbs-before-setroot-hook)
(shell-command (string-replace
"*"
(shell-quote-argument (expand-file-name img))
thumbs-setroot-command))
(run-hooks 'thumbs-after-setroot-hook))