]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: Avoid runtime use of `cl'.
[notmuch] / emacs / notmuch-hello.el
index 5970e3e57bef646a26d524b06e0711166948277e..8dbb89824397835c4cf5c6e61a6a8d26c3d44a47 100644 (file)
@@ -19,9 +19,9 @@
 ;;
 ;; Authors: David Edmondson <dme@dme.org>
 
+(eval-when-compile (require 'cl))
 (require 'widget)
 (require 'wid-edit) ; For `widget-forward'.
-(require 'cl)
 
 (require 'notmuch-lib)
 (require 'notmuch-mua)