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)
This commit is contained in:
parent
98c16a8c88
commit
f35da11199
1 changed files with 0 additions and 1 deletions
|
@ -3191,7 +3191,6 @@ Like `text-mode', but with these additional commands:
|
||||||
(mail-abbrevs-setup))
|
(mail-abbrevs-setup))
|
||||||
((message-mail-alias-type-p 'ecomplete)
|
((message-mail-alias-type-p 'ecomplete)
|
||||||
(ecomplete-setup)))
|
(ecomplete-setup)))
|
||||||
(add-hook 'completion-at-point-functions #'eudc-capf-complete -1 t)
|
|
||||||
(add-hook 'completion-at-point-functions #'message-completion-function nil t)
|
(add-hook 'completion-at-point-functions #'message-completion-function nil t)
|
||||||
(unless buffer-file-name
|
(unless buffer-file-name
|
||||||
(message-set-auto-save-file-name))
|
(message-set-auto-save-file-name))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue