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

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

[nongnu] elpa/htmlize 8db0aa6 129/134: Remove unnecessary byte-compile w


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize 8db0aa6 129/134: Remove unnecessary byte-compile warning suppressions.
Date: Sat, 7 Aug 2021 09:17:21 -0400 (EDT)

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

    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



reply via email to

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