]> git.eshelyaron.com Git - emacs.git/commitdiff
Make image-dired-thumbnail-mode non-interactive
authorStefan Kangas <stefan@marxist.se>
Fri, 12 Nov 2021 03:27:11 +0000 (04:27 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 12 Nov 2021 03:27:35 +0000 (04:27 +0100)
* 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

index 8e5a6d898c05d5b12c7e909114973f45c6e82ae9..d57417b25b384d75aed85b94eb62fb742edf1743 100644 (file)
@@ -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)