emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 756c209 3/3: * lisp/image.el (image): Add :prefix and :link.


From: Stefan Kangas
Subject: master 756c209 3/3: * lisp/image.el (image): Add :prefix and :link.
Date: Fri, 3 Dec 2021 09:42:32 -0500 (EST)

branch: master
commit 756c2099bf4af5bd1df3a348aa3743a38905ce10
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/image.el (image): Add :prefix and :link.
---
 lisp/image.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/image.el b/lisp/image.el
index edbf6c5..87fab80 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]