1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

; * lisp/image-dired.el (image-dired-cmd-pngnq-options): Fix :version.

This commit is contained in:
Stefan Kangas 2021-10-27 02:07:35 +02:00
parent b37b080af1
commit 79c29ff8ff

View File

@ -320,8 +320,8 @@ using the NeuQuant algorithm."
"Arguments to pass `image-dired-cmd-pngnq-program'.
Available format specifiers are the same as in
`image-dired-cmd-create-thumbnail-options'."
:version "26.1"
:type '(repeat (string :tag "Argument")))
:type '(repeat (string :tag "Argument"))
:version "29.1")
(defcustom image-dired-cmd-pngcrush-program (executable-find "pngcrush")
"The file name of the `pngcrush' program.