yasnippet-debug.el: quiet byte-compiler

This commit is contained in:
Jonas Bernoulli 2014-09-07 01:42:27 +02:00
parent 241465cea2
commit 37df653a67

View File

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