branch: externals/calibre
commit f3a311932268de6f3015d91a9129a8af23c34839
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>

    Fix calibre customisation group
    
    * calibre.el (calibre): Remove incorrect parent group.
---
 calibre.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calibre.el b/calibre.el
index 1727c1aa27..6e9b69296a 100644
--- a/calibre.el
+++ b/calibre.el
@@ -34,7 +34,7 @@
 
 (defgroup calibre nil
   "Interact with a Calibre library."
-  :group 'calibre)
+  :group 'emacs)
 
 (defcustom calibre-calibredb-executable "calibre"
   "The calibredb executable to use."

Reply via email to