branch: elpa/magit
commit 4ed80c649ed3308158b81e88ca90a3f1af4463f7
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    make: Set lexical-binding in magit-version.el
    
    Closes #5361.
---
 lisp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/Makefile b/lisp/Makefile
index 313b89834c..bc2f531983 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -115,7 +115,7 @@ clean:
 ## Templates #########################################################
 
 define VERSIONLIB_TMPL
-;;; $(PKG)-version.el --- the Magit version you are using
+;;; $(PKG)-version.el --- The Magit version you are using  -*- 
lexical-binding:t -*-
 
 (setq $(PKG)-version "$(VERSION)")
 

Reply via email to