X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=5d9b7b45c557b42c0ad540ebdc103b9e006d7394;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hp=46e3869de86e6186ab823cfd8472fb2f468335b7;hpb=e366bb222722d6a635b736e875b760d82b46d1f5;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