emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/kiwix e600844 089/192: fix kiwix does not contain group


From: Stefan Monnier
Subject: [elpa] externals/kiwix e600844 089/192: fix kiwix does not contain group.
Date: Sat, 19 Dec 2020 00:41:39 -0500 (EST)

branch: externals/kiwix
commit e60084491f9d0596546413ba65721b2b6dbc121c
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    fix kiwix does not contain group.
---
 kiwix.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 9683109..06e8b92 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -38,7 +38,8 @@
 (autoload 'org-link-set-parameters "org")
 
 (defgroup kiwix nil
-  "Kiwix customization options.")
+  "Kiwix customization options."
+  :group 'kiwix)
 
 (defcustom kiwix-server-url "http://127.0.0.1:8000/";
   "Specify Kiwix server URL."



reply via email to

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