X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=8dbb89824397835c4cf5c6e61a6a8d26c3d44a47;hb=294b6a67c1461f41ae331e5f7ea3cd07488cb3c2;hp=5970e3e57bef646a26d524b06e0711166948277e;hpb=ca956552bd1602cfe0b1c579cf188ba921f54dc8;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 5970e3e5..8dbb8982 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -19,9 +19,9 @@ ;; ;; Authors: David Edmondson +(eval-when-compile (require 'cl)) (require 'widget) (require 'wid-edit) ; For `widget-forward'. -(require 'cl) (require 'notmuch-lib) (require 'notmuch-mua)