summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/image/image-dired.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index c2bb874cef3..41ed05f191a 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -936,6 +936,7 @@ You probably want to use this together with
"Browse and manipulate thumbnail images using Dired.
Use `image-dired-minor-mode' to get a nice setup."
:interactive nil
+ :group 'image-dired
(buffer-disable-undo)
(add-hook 'file-name-at-point-functions 'image-dired-file-name-at-point nil t)
(setq-local window-resize-pixelwise t)
@@ -951,6 +952,7 @@ Use `image-dired-minor-mode' to get a nice setup."
"Mode for displaying and manipulating original image.
Resized or in full-size."
:interactive nil
+ :group 'image-dired
(add-hook 'file-name-at-point-functions #'image-dired-file-name-at-point nil t))