summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-11-24 20:09:04 +0100
committerStefan Kangas <stefan@marxist.se>2020-11-24 20:09:04 +0100
commit2490ba0eb015a9a831732960084e2db2fbe6a75c (patch)
tree3971f45b3f1d8f1613df7a52006fab6691d1fbe6 /build-aux
parent5804ac0b49a9b98daa7eea5fbb94942601cd088c (diff)
downloademacs-2490ba0eb015a9a831732960084e2db2fbe6a75c.tar.gz
* build-aux/update-subdirs: Use lexical-binding in subdirs.el.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/update-subdirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/update-subdirs b/build-aux/update-subdirs
index 96712f0b32e..c0ecb848105 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: