branch: externals/adaptive-wrap
commit 1a3cdaf967dfe1f611b15d177a3f6da7e07624fb
Author: jakanakaevangeli <jakanakaevang...@chiru.no>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Use lexical-binding
    
    Copyright-paperwork-exempt: yes
---
 adaptive-wrap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adaptive-wrap.el b/adaptive-wrap.el
index 46ede6f..9ce22c3 100644
--- a/adaptive-wrap.el
+++ b/adaptive-wrap.el
@@ -1,4 +1,4 @@
-;;; adaptive-wrap.el --- Smart line-wrapping with wrap-prefix
+;;; adaptive-wrap.el --- Smart line-wrapping with wrap-prefix  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2011-2021  Free Software Foundation, Inc.
 

Reply via email to