1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

* make-dist: Improve no-byte-compile check.

This commit is contained in:
Glenn Morris 2018-12-14 15:41:17 -05:00
parent af1bdfccd4
commit 760b091ac5

View file

@ -266,7 +266,7 @@ if [ $check = yes ]; then
bogosities=
for file in $losers; do
grep -q "no-byte-compile: t" $file && continue
grep -q "^;.*no-byte-compile: t" $file && continue
case $file in
site-init.el | site-load.el | site-start.el | default.el) continue ;;
esac