]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
emacs: Fix "not defined at runtime" warning
[notmuch] / emacs / notmuch-lib.el
index 30db58ffbff32c2d703c22f3a21427402a08b20d..900235bc5edbf59a03c2758da13906eac077e6a0 100644 (file)
@@ -24,7 +24,7 @@
 (require 'mm-view)
 (require 'mm-decode)
 (require 'json)
-(eval-when-compile (require 'cl))
+(require 'cl)
 
 (defvar notmuch-command "notmuch"
   "Command to run the notmuch binary.")