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:
parent
b37b080af1
commit
79c29ff8ff
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user