emacs-diffs
[Top][All Lists]
Advanced

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

master c9914ba 3/3: Make image-dired-thumbnail-mode non-interactive


From: Stefan Kangas
Subject: master c9914ba 3/3: Make image-dired-thumbnail-mode non-interactive
Date: Thu, 11 Nov 2021 22:27:46 -0500 (EST)

branch: master
commit c9914ba01b7c29f0ee5a2191f7c8a6577366b000
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Make image-dired-thumbnail-mode non-interactive
    
    * lisp/image-dired.el (image-dired-thumbnail-mode): No longer
    interactive, as it only makes sense in a specially prepared buffer.
---
 lisp/image-dired.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 8e5a6d8..d57417b 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -1660,6 +1660,7 @@ You probably want to use this together with
   special-mode "image-dired-thumbnail"
   "Browse and manipulate thumbnail images using Dired.
 Use `image-dired-minor-mode' to get a nice setup."
+  :interactive nil
   (buffer-disable-undo)
   (add-hook 'file-name-at-point-functions 'image-dired-file-name-at-point nil 
t)
   (setq-local window-resize-pixelwise t)



reply via email to

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