diff options
| -rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a0adccef7ad..4f4ec3b4081 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -8242,7 +8242,7 @@ Meant for use on `completion-at-point-functions'." | |||
| 8242 | (start (save-excursion | 8242 | (start (save-excursion |
| 8243 | (skip-chars-backward "^, \t\n") | 8243 | (skip-chars-backward "^, \t\n") |
| 8244 | (point)))) | 8244 | (point)))) |
| 8245 | `(,start ,end ,(apply-partially #'ecomplete-completion-table 'mail))))) | 8245 | `(,start ,end ,(ecomplete-completion-table 'mail))))) |
| 8246 | 8246 | ||
| 8247 | ;; To send pre-formatted letters like the example below, you can use | 8247 | ;; To send pre-formatted letters like the example below, you can use |
| 8248 | ;; `message-send-form-letter': | 8248 | ;; `message-send-form-letter': |