From b51a06f24d1b239cf6cec824f3a4c967642a7598 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 30 Sep 2022 15:12:21 +0200 Subject: [PATCH] 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 43dd28ff6dc..4c52382c672 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." -- 2.39.2