X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=78978ee34c9b806438c3fd9c497a11c11f9eb41c;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hp=eca837d14b01086b26a7b0c11c01d835d19ce40c;hpb=e366bb222722d6a635b736e875b760d82b46d1f5;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index eca837d1..78978ee3 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -1,4 +1,4 @@ -;; notmuch-lib.el --- common variables, functions and function declarations +;;; notmuch-lib.el --- common variables, functions and function declarations ;; ;; Copyright © Carl Worth ;; @@ -21,6 +21,8 @@ ;; This is an part of an emacs-based interface to the notmuch mail system. +;;; Code: + (require 'mm-view) (require 'mm-decode) (require 'cl) @@ -931,3 +933,5 @@ status." ;; Local Variables: ;; byte-compile-warnings: (not cl-functions) ;; End: + +;;; notmuch-lib.el ends here