diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index 75a438bf..064cfa8d 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -292,3 +292,7 @@ begin with a \"+\" or a \"-\". If REVERSE is non-nil, replace all ;; (provide 'notmuch-tag) + +;; Local Variables: +;; byte-compile-warnings: (not cl-functions) +;; End: