branch: elpa/htmlize
commit c847998f6c8f2075b33b8ddb5b42d7e9e557f9c9
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>

    The future has come: switch to lexical scope.
---
 htmlize.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htmlize.el b/htmlize.el
index 645b772..0837290 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1744,6 +1744,7 @@ corresponding source file."
 
 ;; Local Variables:
 ;; byte-compile-warnings: (not cl-functions lexical unresolved obsolete)
+;; lexical-binding: t
 ;; End:
 
 ;;; htmlize.el ends here

Reply via email to