X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-address.el;h=aafbe5fb8328a4ce1b92a9aa482ffa36dbd7fd6e;hb=da5029e2ac8dfd8a839de1f6a4701237d0b34db1;hp=49e240236c7a439d87640c4fdd2b8102446298e9;hpb=edae844efaeda706568850003da116a805b352ee;p=notmuch diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el index 49e24023..aafbe5fb 100644 --- a/emacs/notmuch-address.el +++ b/emacs/notmuch-address.el @@ -1,4 +1,4 @@ -;; notmuch-address.el --- address completion with notmuch +;;; notmuch-address.el --- address completion with notmuch ;; ;; Copyright © David Edmondson ;; @@ -19,6 +19,8 @@ ;; ;; Authors: David Edmondson +;;; Code: + (require 'message) (require 'notmuch-parser) (require 'notmuch-lib) @@ -248,3 +250,5 @@ called when harvesting finishes." ;; (provide 'notmuch-address) + +;;; notmuch-address.el ends here