]> git.eshelyaron.com Git - emacs.git/commitdiff
message: Do not default to eudc-capf-complete yet
authorAlexander Adolf <alexander.adolf@condition-alpha.com>
Wed, 21 Dec 2022 17:32:36 +0000 (12:32 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 21 Dec 2022 17:36:30 +0000 (12:36 -0500)
* lisp/gnus/message.el (message-mode): No longer add
eudc-capf-complete to the buffer-local value of
completion-at-point-functions.  (Bug#59314)

lisp/gnus/message.el

index e7d11b597b367be9c819d9706ed914419f7fb34b..6c10a4ae9763067ef3f82a748fdd463bdcfffabe 100644 (file)
@@ -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))