]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/message.el (message-ecomplete-capf): Fix call convention.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Feb 2018 05:17:38 +0000 (00:17 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Feb 2018 05:17:38 +0000 (00:17 -0500)
lisp/gnus/message.el

index a0adccef7ad9ce2d7b1e655408068bc8dd83b96b..4f4ec3b4081f2fffa9316c9d4a9187d8e52e0d8b 100644 (file)
@@ -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':