From: Stefan Kangas Date: Tue, 24 Nov 2020 19:09:04 +0000 (+0100) Subject: * build-aux/update-subdirs: Use lexical-binding in subdirs.el. X-Git-Tag: emacs-28.0.90~5037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2490ba0eb015a9a831732960084e2db2fbe6a75c;p=emacs.git * build-aux/update-subdirs: Use lexical-binding in subdirs.el. --- 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: