branch: elpa/htmlize commit 11e675b47b7aa9d118cdb8a95059ea2147f4ffdf Author: Hrvoje Niksic <[email protected]> Commit: Hrvoje Niksic <[email protected]>
Get rid of a silly warning.
---
htmlize.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/htmlize.el b/htmlize.el
index c514c73..9403def 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -89,6 +89,7 @@
(require 'cl)
(eval-when-compile
+ (defvar unresolved)
(if (string-match "XEmacs" emacs-version)
(byte-compiler-options
(warnings (- unresolved))))
