From: Stefan Kangas Date: Fri, 12 Nov 2021 03:27:11 +0000 (+0100) Subject: Make image-dired-thumbnail-mode non-interactive X-Git-Tag: emacs-29.0.90~3668^2~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9914ba01b7c29f0ee5a2191f7c8a6577366b000;p=emacs.git 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. --- 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)