projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0676633
)
* lisp/gnus/message.el (message-ecomplete-capf): Fix call convention.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 13 Feb 2018 05:17:38 +0000
(
00:17
-0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 13 Feb 2018 05:17:38 +0000
(
00:17
-0500)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index a0adccef7ad9ce2d7b1e655408068bc8dd83b96b..4f4ec3b4081f2fffa9316c9d4a9187d8e52e0d8b 100644
(file)
--- 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':