emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c53f5a2176: ; Fix :type of image-dired-thumbnail-storage


From: Stefan Kangas
Subject: master c53f5a2176: ; Fix :type of image-dired-thumbnail-storage
Date: Fri, 23 Sep 2022 10:08:59 -0400 (EDT)

branch: master
commit c53f5a2176c9c67e0d1dbc7315c79eb070deaee2
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; 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 11427a84aa..30cd83871b 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)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]