branch: elpa/htmlize
commit 8db0aa6aab77475a732b7363f0d57bd3933c18fd
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>
Remove unnecessary byte-compile warning suppressions.
---
htmlize.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/htmlize.el b/htmlize.el
index 4faeff2..217b711 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -82,7 +82,6 @@
(require 'cl)
(eval-when-compile
- (defvar unresolved)
(defvar font-lock-auto-fontify)
(defvar font-lock-support-mode)
(defvar global-font-lock-mode))
@@ -1875,7 +1874,7 @@ corresponding source file."
(provide 'htmlize)
;; Local Variables:
-;; byte-compile-warnings: (not cl-functions lexical unresolved obsolete)
+;; byte-compile-warnings: (not cl-functions unresolved obsolete)
;; End:
;;; htmlize.el ends here