aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-07-12 00:24:14 +0000
committerNick Roberts2006-07-12 00:24:14 +0000
commitff77218157b4ccc3681d49e053cac4d3d4a0bd98 (patch)
tree2d478e02db84fec78bfd8a1c5eadaf3544acf069
parent78fc0ace98a7656c4baacb91a2a87a7ee652c8e8 (diff)
downloademacs-ff77218157b4ccc3681d49e053cac4d3d4a0bd98.tar.gz
emacs-ff77218157b4ccc3681d49e053cac4d3d4a0bd98.zip
(thumbs-call-convert): Use shell-command-switch.
-rw-r--r--lisp/thumbs.el2
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
256 filein 256 filein
257 (or output-format "jpeg") 257 (or output-format "jpeg")
258 fileout))) 258 fileout)))
259 (call-process shell-file-name nil nil nil "-c" command))) 259 (call-process shell-file-name nil nil nil shell-command-switch command)))
260 260
261(defun thumbs-new-image-size (s increment) 261(defun thumbs-new-image-size (s increment)
262 "New image (a cons of width x height)." 262 "New image (a cons of width x height)."