aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2018-02-13 00:17:38 -0500
committerStefan Monnier2018-02-13 00:17:38 -0500
commit82c3be834786ff9afad4911cf3cc5aa0cd2c1b03 (patch)
treecd8ecc3b55e0e31eae173c72323ea0d06ab56bf2
parent0676633e8fd842554e91d0756115fa2d6b7cf69c (diff)
downloademacs-82c3be834786ff9afad4911cf3cc5aa0cd2c1b03.tar.gz
emacs-82c3be834786ff9afad4911cf3cc5aa0cd2c1b03.zip
* lisp/gnus/message.el (message-ecomplete-capf): Fix call convention.
-rw-r--r--lisp/gnus/message.el2
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':