]> code.delx.au - gnu-emacs-elpa/commitdiff
yasnippet-debug.el: quiet byte-compiler
authorJonas Bernoulli <jonas@bernoul.li>
Sat, 6 Sep 2014 23:42:27 +0000 (01:42 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Sun, 7 Sep 2014 12:20:07 +0000 (14:20 +0200)
yasnippet-debug.el

index 7e3be0ece22bd4c0d4d6c721fb90b424e849c22d..f18793c0ebf0245e178945d73c2ebd29958873a7 100644 (file)
     (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