From 14aef58b61656e1fe19dee224515f066137594ed Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Tue, 14 May 2013 09:13:53 +0100 Subject: [PATCH] emacs: tag: fix compile warning When compiling notmuch-tag.el there is a compile warning: notmuch-tag.el:27:1:Warning: cl package required at runtime Since we have decided to allow runtime use of cl we suppress this warning by adding a tail comment to the file. --- emacs/notmuch-tag.el | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.43.0