mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(thumbs-call-convert): Use shell-command-switch.
This commit is contained in:
parent
78fc0ace98
commit
ff77218157
@ -256,7 +256,7 @@ ACTION-PREFIX is the symbol to place before the ACTION command
|
||||
filein
|
||||
(or output-format "jpeg")
|
||||
fileout)))
|
||||
(call-process shell-file-name nil nil nil "-c" command)))
|
||||
(call-process shell-file-name nil nil nil shell-command-switch command)))
|
||||
|
||||
(defun thumbs-new-image-size (s increment)
|
||||
"New image (a cons of width x height)."
|
||||
|
Loading…
Reference in New Issue
Block a user