branch: master
commit 37df653a6710779f56668bfa55508f972e1f3f33
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    yasnippet-debug.el: quiet byte-compiler
---
 yasnippet-debug.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/yasnippet-debug.el b/yasnippet-debug.el
index 7e3be0e..f18793c 100644
--- a/yasnippet-debug.el
+++ b/yasnippet-debug.el
@@ -124,4 +124,7 @@
     (add-hook 'post-command-hook 'yas-debug-snippet-vars 't 'local)))
 
 (provide 'yasnippet-debug)
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
 ;;; yasnippet-debug.el ends here

Reply via email to