From 79c29ff8ffb519be5762afaa6aa59cfe1ec27351 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 27 Oct 2021 02:07:35 +0200 Subject: [PATCH] ; * lisp/image-dired.el (image-dired-cmd-pngnq-options): Fix :version. --- lisp/image-dired.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2