projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23e062
)
Fix the `dictionary' parent defgroup
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 30 Sep 2022 13:12:21 +0000
(15:12 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/net/dictionary.el
b/lisp/net/dictionary.el
index 43dd28ff6dc044f086778de3b3ab4db762748659..4c52382c6727f707c125ac214195babf71d00e99 100644
(file)
--- 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."