]> git.eshelyaron.com Git - emacs.git/commitdiff
* build-aux/update-subdirs: Use lexical-binding in subdirs.el.
authorStefan Kangas <stefan@marxist.se>
Tue, 24 Nov 2020 19:09:04 +0000 (20:09 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 24 Nov 2020 19:09:04 +0000 (20:09 +0100)
build-aux/update-subdirs

index 96712f0b32e5a9b7e8e2c7a8cc81dcf527497b84..c0ecb848105f4e47885f2d1670356c284ce57306 100755 (executable)
@@ -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: