* build-aux/update-subdirs: Use lexical-binding in subdirs.el.
This commit is contained in:
parent
5804ac0b49
commit
2490ba0eb0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue