From c265a2102bf5a0e8d91e0a2c84109c77472b4196 Mon Sep 17 00:00:00 2001 From: Mathias Dahl Date: Sat, 13 Jan 2007 18:50:37 +0000 Subject: [PATCH] (tumme-cmd-rotate-original-options): Add -outfile option. Remove redirect character ">". --- lisp/tumme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tumme.el b/lisp/tumme.el index 2fc6eff2458..07612f561a3 100644 --- a/lisp/tumme.el +++ b/lisp/tumme.el @@ -335,7 +335,7 @@ Used together with `tumme-cmd-rotate-original-options'." :group 'tumme) (defcustom tumme-cmd-rotate-original-options - "%p -rotate %d -copy all \"%o\" > %t" + "%p -rotate %d -copy all -outfile %t \"%o\"" "Format of command used to rotate original image. Available options are %p which is replaced by `tumme-cmd-rotate-original-program', %d which is replaced by the -- 2.39.5