projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12772b6
)
emacs: Suppress warnings about using cl at runtime
author
Austin Clements
<amdragon@MIT.EDU>
Thu, 29 Mar 2012 04:33:42 +0000
(
00:33
-0400)
committer
David Bremner
<bremner@debian.org>
Sun, 3 Jun 2012 16:27:07 +0000
(13:27 -0300)
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"
emacs/notmuch-lib.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-lib.el
b/emacs/notmuch-lib.el
index e99b48d107e164b1ab56c92dc9da654f75d862e4..c829df32a01d49d6e3c62fc8d8f2ea986199176a 100644
(file)
--- 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: