From c53f5a2176c9c67e0d1dbc7315c79eb070deaee2 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 23 Sep 2022 16:08:03 +0200 Subject: [PATCH] ; Fix :type of image-dired-thumbnail-storage * lisp/image/image-dired.el (image-dired-thumbnail-storage): Fix :type for recent change. --- lisp/image/image-dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el index 11427a84aa6..30cd83871bd 100644 --- a/lisp/image/image-dired.el +++ b/lisp/image/image-dired.el @@ -199,7 +199,7 @@ format, as mandated by that standard, and otherwise as JPEG. For more information on the Thumbnail Managing Standard, see: https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html" :type '(choice :tag "How to store thumbnail files" - (const :tag "Use image-dired-dir" use-image-dired-dir) + (const :tag "Use image-dired-dir" image-dired) (const :tag "Thumbnail Managing Standard (normal 128x128)" standard) (const :tag "Thumbnail Managing Standard (large 256x256)" -- 2.39.5