emacs-diffs
[Top][All Lists]
Advanced

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

master 2490ba0: * build-aux/update-subdirs: Use lexical-binding in subdi


From: Stefan Kangas
Subject: master 2490ba0: * build-aux/update-subdirs: Use lexical-binding in subdirs.el.
Date: Tue, 24 Nov 2020 14:10:53 -0500 (EST)

branch: master
commit 2490ba0eb015a9a831732960084e2db2fbe6a75c
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * build-aux/update-subdirs: Use lexical-binding in subdirs.el.
---
 build-aux/update-subdirs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/update-subdirs b/build-aux/update-subdirs
index 96712f0..c0ecb84 100755
--- a/build-aux/update-subdirs
+++ b/build-aux/update-subdirs
@@ -41,7 +41,7 @@ if [ "x$subdirs" = x ]; then
   rm -f subdirs.el
 else
   rm -f subdirs.el~
-  echo ";; In load-path, after this directory should come
+  echo ";; In load-path, after this directory should come  -*- 
lexical-binding: t -*-
 ;; certain of its subdirectories.  Here we specify them.
 (normal-top-level-add-to-load-path '($subdirs))
 ;; Local" "Variables:



reply via email to

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