X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=5d9b7b45c557b42c0ad540ebdc103b9e006d7394;hb=e5548d52b992e67144c946f51ec609e4a3859e8f;hp=46e3869de86e6186ab823cfd8472fb2f468335b7;hpb=f8effea9a3da8701b4edb0c64dbcb333d3ce4320;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 46e3869d..5d9b7b45 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1,4 +1,4 @@ -;; notmuch-show.el --- displaying notmuch forests. +;;; notmuch-show.el --- displaying notmuch forests. ;; ;; Copyright © Carl Worth ;; Copyright © David Edmondson @@ -21,6 +21,8 @@ ;; Authors: Carl Worth ;; David Edmondson +;;; Code: + (eval-when-compile (require 'cl)) (require 'mm-view) (require 'message) @@ -2379,3 +2381,5 @@ is destroyed when FN returns." (provide 'notmuch-show) + +;;; notmuch-show.el ends here