* lisp/image.el (image): Add :prefix and :link.
This commit is contained in:
parent
8fda6770af
commit
756c2099bf
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue