]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
emacs: Suppress warnings about using cl at runtime
[notmuch] / emacs / notmuch-lib.el
index e99b48d107e164b1ab56c92dc9da654f75d862e4..c829df32a01d49d6e3c62fc8d8f2ea986199176a 100644 (file)
@@ -298,3 +298,6 @@ was called."
 
 (provide 'notmuch-lib)
 
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End: