]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-company.el
emacs: rename notmuch-address-completion-hook to notmuch-address-post-completion...
[notmuch] / emacs / notmuch-company.el
index 91c4804f4a086c95a1f755e10b43eaf4fd421929..b0f9782175a0c0d1c78c67045d0030785e8ab7a9 100644 (file)
@@ -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))))