* build-aux/update-subdirs: Use lexical-binding in subdirs.el.

This commit is contained in:
Stefan Kangas 2020-11-24 20:09:04 +01:00
parent 5804ac0b49
commit 2490ba0eb0

View file

@ -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: