From 2490ba0eb015a9a831732960084e2db2fbe6a75c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 24 Nov 2020 20:09:04 +0100 Subject: [PATCH] * 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 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: -- 2.39.5