emacs-diffs
[Top][All Lists]
Advanced

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

master b51a06f24d: Fix the `dictionary' parent defgroup


From: Lars Ingebrigtsen
Subject: master b51a06f24d: Fix the `dictionary' parent defgroup
Date: Fri, 30 Sep 2022 09:13:26 -0400 (EDT)

branch: master
commit b51a06f24d1b239cf6cec824f3a4c967642a7598
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix the `dictionary' parent defgroup
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 43dd28ff6d..4c52382c67 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -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."



reply via email to

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