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