* lisp/image.el (image): Add :prefix and :link.

This commit is contained in:
Stefan Kangas 2021-12-03 15:19:26 +01:00
parent 8fda6770af
commit 756c2099bf

View file

@ -27,6 +27,8 @@
(defgroup image ()
"Image support."
:prefix "image-"
:link '(info-link "(emacs) Image Mode")
:group 'multimedia)
(declare-function image-flush "image.c" (spec &optional frame))