From: Stefan Kangas Date: Wed, 27 Oct 2021 00:07:35 +0000 (+0200) Subject: ; * lisp/image-dired.el (image-dired-cmd-pngnq-options): Fix :version. X-Git-Tag: emacs-29.0.90~3671^2~402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79c29ff8ffb519be5762afaa6aa59cfe1ec27351;p=emacs.git ; * lisp/image-dired.el (image-dired-cmd-pngnq-options): Fix :version. --- diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 1a1d89c461e..b7650ba7725 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -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.