X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=9495c1a4874b589d003f9132d9e3c60c062933f7;hp=8a31f9a1c52ca6aeb7e90c62a8dda4b54686b77c;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5 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