From: Stefan Monnier Date: Tue, 13 Feb 2018 05:17:38 +0000 (-0500) Subject: * lisp/gnus/message.el (message-ecomplete-capf): Fix call convention. X-Git-Tag: emacs-27.0.90~5688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82c3be834786ff9afad4911cf3cc5aa0cd2c1b03;p=emacs.git * lisp/gnus/message.el (message-ecomplete-capf): Fix call convention. --- 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'." (start (save-excursion (skip-chars-backward "^, \t\n") (point)))) - `(,start ,end ,(apply-partially #'ecomplete-completion-table 'mail))))) + `(,start ,end ,(ecomplete-completion-table 'mail))))) ;; To send pre-formatted letters like the example below, you can use ;; `message-send-form-letter':