diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-07-12 00:24:14 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-07-12 00:24:14 +0000 |
commit | ff77218157b4ccc3681d49e053cac4d3d4a0bd98 (patch) | |
tree | 2d478e02db84fec78bfd8a1c5eadaf3544acf069 /lisp/thumbs.el | |
parent | 78fc0ace98a7656c4baacb91a2a87a7ee652c8e8 (diff) | |
download | emacs-ff77218157b4ccc3681d49e053cac4d3d4a0bd98.tar.gz |
(thumbs-call-convert): Use shell-command-switch.
Diffstat (limited to 'lisp/thumbs.el')
-rw-r--r-- | lisp/thumbs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index ff5fcf2b33c..e9a640973bb 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el @@ -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)." |