diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index e99b48d1..c829df32 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -298,3 +298,6 @@ was called." (provide 'notmuch-lib) +;; Local Variables: +;; byte-compile-warnings: (not cl-functions) +;; End: