diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-30 15:12:21 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-30 15:12:21 +0200 |
commit | b51a06f24d1b239cf6cec824f3a4c967642a7598 (patch) | |
tree | 1607a5caea9c23734b03095cbb521b67d0f97ddd /lisp/net/dictionary.el | |
parent | b23e062d7463b76d25dfd9ba4a80c1848a448e42 (diff) | |
download | emacs-b51a06f24d1b239cf6cec824f3a4c967642a7598.tar.gz emacs-b51a06f24d1b239cf6cec824f3a4c967642a7598.tar.bz2 emacs-b51a06f24d1b239cf6cec824f3a4c967642a7598.zip |
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).
Diffstat (limited to 'lisp/net/dictionary.el')
-rw-r--r-- | lisp/net/dictionary.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |