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

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

[nongnu] elpa/htmlize c847998 057/134: The future has come: switch to le


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize c847998 057/134: The future has come: switch to lexical scope.
Date: Sat, 7 Aug 2021 09:17:06 -0400 (EDT)

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

    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

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