* lisp/image/image-dired.el (image-dired-thumbnail-mode)
(image-dired-display-image-mode): Add custom group 'image-dired'.
"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)
"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))
\f