emacs: Suppress warnings about using cl at runtime

It was decided in the thread starting at [0] that it is okay for
notmuch to use 'cl runtime functions.  However, by default, these
produce byte compiler warnings.  This suppresses those using
file-local variables.

[0] id:"m262g864dz.fsf@wal122.wireless-pennnet.upenn.edu"
This commit is contained in:
Austin Clements 2012-03-29 00:33:42 -04:00 committed by David Bremner
parent 12772b6762
commit 44224b6259

View file

@ -298,3 +298,6 @@ was called."
(provide 'notmuch-lib)
;; Local Variables:
;; byte-compile-warnings: (not cl-functions)
;; End: