emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/htmlize 11e675b 041/134: Get rid of a silly warning.


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize 11e675b 041/134: Get rid of a silly warning.
Date: Sat, 7 Aug 2021 09:17:03 -0400 (EDT)

branch: elpa/htmlize
commit 11e675b47b7aa9d118cdb8a95059ea2147f4ffdf
Author: Hrvoje Niksic <hniksic@gmail.com>
Commit: Hrvoje Niksic <hniksic@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]