From: Alexander Adolf Date: Wed, 21 Dec 2022 17:32:36 +0000 (-0500) Subject: message: Do not default to eudc-capf-complete yet X-Git-Tag: emacs-29.0.90~1054 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f35da111990e17eea84febcff35763c40d3e393a;p=emacs.git 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) --- 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))