X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-company.el;h=b0f9782175a0c0d1c78c67045d0030785e8ab7a9;hb=4817005bfc811500802a2a65fd5351658a3e5a7d;hp=91c4804f4a086c95a1f755e10b43eaf4fd421929;hpb=4d486cf94d3fcfe4f07daf7dc65c9de04c7cfdd5;p=notmuch diff --git a/emacs/notmuch-company.el b/emacs/notmuch-company.el index 91c4804f..b0f97821 100644 --- a/emacs/notmuch-company.el +++ b/emacs/notmuch-company.el @@ -86,7 +86,7 @@ (match (if (string-match notmuch-company-last-prefix arg) (match-end 0) 0)) - (post-completion (run-hook-with-args 'notmuch-address-completion-hook arg)) + (post-completion (run-hook-with-args 'notmuch-address-post-completion-functions arg)) (no-cache t))))