X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=9495c1a4874b589d003f9132d9e3c60c062933f7;hb=da5029e2ac8dfd8a839de1f6a4701237d0b34db1;hp=8a31f9a1c52ca6aeb7e90c62a8dda4b54686b77c;hpb=b8a136187a3bee1e08aa702951db4b721f0eda6d;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 8a31f9a1..9495c1a4 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -1,4 +1,4 @@ -;; notmuch-hello.el --- welcome to notmuch, a frontend +;;; notmuch-hello.el --- welcome to notmuch, a frontend ;; ;; Copyright © David Edmondson ;; @@ -19,6 +19,8 @@ ;; ;; Authors: David Edmondson +;;; Code: + (eval-when-compile (require 'cl)) (require 'widget) (require 'wid-edit) ; For `widget-forward'. @@ -1016,3 +1018,5 @@ following: ;; (provide 'notmuch-hello) + +;;; notmuch-hello.el ends here