]> git.eshelyaron.com Git - emacs.git/commit
lisp/thumbs.el: Fix calling the "convert" command
authorBenjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
Mon, 4 Jul 2022 10:57:34 +0000 (12:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 4 Jul 2022 10:57:34 +0000 (12:57 +0200)
commit2a0740b95af87167c2954d7106dc0dc4143a31ca
tree5e3330559dbc3fea15e7af1bdfe2b547347b9c94
parentb778e71af7ca8c59917334b4bb1b34cdb52faca9
lisp/thumbs.el: Fix calling the "convert" command

* lisp/thumbs.el (thumbs-call-convert): Pass 'action-prefix' and
'action' as a combined parameter.  Do not pass 'arg' if it is nil.
(thumbs-modify-image): Do not pass "" as 'arg' to
'thumbs-call-convert' (bug#56375).

Some time in the past this was converted from using the shell to
passing the parameters directly, but the fallout was not handled
correctly.
lisp/thumbs.el