emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/thumbs.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el,v
Date: Wed, 12 Jul 2006 00:24:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  06/07/12 00:24:14

Index: thumbs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/thumbs.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- thumbs.el   6 Feb 2006 14:33:35 -0000       1.29
+++ thumbs.el   12 Jul 2006 00:24:14 -0000      1.30
@@ -256,7 +256,7 @@
                         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)."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]