]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the `dictionary' parent defgroup
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Sep 2022 13:12:21 +0000 (15:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Sep 2022 13:12:21 +0000 (15:12 +0200)
* lisp/net/dictionary.el (dictionary): The `hypermedia' group
doesn't exist, so put it in the same parent group that `ispell'
uses (bug#58178).

lisp/net/dictionary.el

index 43dd28ff6dc044f086778de3b3ab4db762748659..4c52382c6727f707c125ac214195babf71d00e99 100644 (file)
@@ -59,7 +59,7 @@ the existing connection."
 
 (defgroup dictionary nil
   "Client for accessing the dictd server based dictionaries."
-  :group 'hypermedia)
+  :group 'applications)
 
 (defgroup dictionary-proxy nil
   "Proxy configuration options for the dictionary client."