branch: elpa/htmlize
commit 974c16939d10df1f4ac62a5b0f3527a365888cdf
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>
Set `lexical-binding' to `t' in the first line of the file.
Suggested by kawabata taichi.
---
htmlize.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/htmlize.el b/htmlize.el
index 140d0cd..23ee1c9 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1,3 +1,5 @@
+;;; -*- lexical-binding: t -*-
+
;;; htmlize.el --- Convert buffer text and decorations to HTML.
;; Copyright (C) 1997-2003,2005,2006,2009,2011,2012,2014 Hrvoje Niksic
@@ -1926,7 +1928,6 @@ corresponding source file."
;; Local Variables:
;; byte-compile-warnings: (not cl-functions lexical unresolved obsolete)
-;; lexical-binding: t
;; End:
;;; htmlize.el ends here