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

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

[nongnu] elpa/htmlize 974c169 098/134: Set `lexical-binding' to `t' in t


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize 974c169 098/134: Set `lexical-binding' to `t' in the first line of the file.
Date: Sat, 7 Aug 2021 09:17:15 -0400 (EDT)

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

    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



reply via email to

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