projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b37b080
)
; * lisp/image-dired.el (image-dired-cmd-pngnq-options): Fix :version.
author
Stefan Kangas
<stefan@marxist.se>
Wed, 27 Oct 2021 00:07:35 +0000
(
02:07
+0200)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 27 Oct 2021 00:07:35 +0000
(
02:07
+0200)
lisp/image-dired.el
patch
|
blob
|
history
diff --git
a/lisp/image-dired.el
b/lisp/image-dired.el
index 1a1d89c461e45a36ab017fdc9a9bd02f66ad8280..b7650ba7725ee391762ed916f76018f9b06db986 100644
(file)
--- 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.