summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorAlexander Adolf <alexander.adolf@condition-alpha.com>2022-12-21 12:32:36 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2022-12-21 12:36:30 -0500
commitf35da111990e17eea84febcff35763c40d3e393a (patch)
tree29e3cfd2b60dbc5e895e501bd0ca0bdd73d7019c /lisp/gnus
parent98c16a8c8838f068b9930d37d747ed2a357ba1c2 (diff)
downloademacs-f35da111990e17eea84febcff35763c40d3e393a.tar.gz
emacs-f35da111990e17eea84febcff35763c40d3e393a.tar.bz2
emacs-f35da111990e17eea84febcff35763c40d3e393a.zip
message: Do not default to eudc-capf-complete yet
* lisp/gnus/message.el (message-mode): No longer add eudc-capf-complete to the buffer-local value of completion-at-point-functions. (Bug#59314)
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/message.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index e7d11b597b3..6c10a4ae976 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -3191,7 +3191,6 @@ Like `text-mode', but with these additional commands:
(mail-abbrevs-setup))
((message-mail-alias-type-p 'ecomplete)
(ecomplete-setup)))
- (add-hook 'completion-at-point-functions #'eudc-capf-complete -1 t)
(add-hook 'completion-at-point-functions #'message-completion-function nil t)
(unless buffer-file-name
(message-set-auto-save-file-name))