]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image-dired.el (image-dired-cmd-pngnq-options): Fix :version.
authorStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 00:07:35 +0000 (02:07 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 00:07:35 +0000 (02:07 +0200)
lisp/image-dired.el

index 1a1d89c461e45a36ab017fdc9a9bd02f66ad8280..b7650ba7725ee391762ed916f76018f9b06db986 100644 (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.