From: Lars Ingebrigtsen Date: Fri, 30 Sep 2022 13:12:21 +0000 (+0200) Subject: Fix the `dictionary' parent defgroup X-Git-Tag: emacs-29.0.90~1856^2~125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b51a06f24d1b239cf6cec824f3a4c967642a7598;p=emacs.git 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). --- 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."