From c9914ba01b7c29f0ee5a2191f7c8a6577366b000 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 12 Nov 2021 04:27:11 +0100 Subject: [PATCH] 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 8e5a6d898c0..d57417b25b3 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) -- 2.39.2