branch: elpa/htmlize
commit ec862a1c71b1f15a282a5094dc85349c13df5f49
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>
Get rid of byte-compiler warnings.
---
htmlize.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/htmlize.el b/htmlize.el
index fce72e5..8845ad8 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1686,4 +1686,8 @@ corresponding source file."
(provide 'htmlize)
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions lexical unresolved obsolete)
+;; End:
+
;;; htmlize.el ends here