From: Glenn Morris Date: Fri, 14 Dec 2018 20:41:17 +0000 (-0500) Subject: * make-dist: Improve no-byte-compile check. X-Git-Tag: emacs-27.0.90~3994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=760b091ac5c6e8e49ebbf7c080f500cfad2e1579;p=emacs.git * make-dist: Improve no-byte-compile check. --- diff --git a/make-dist b/make-dist index 7c7668b066f..926665b8f0a 100755 --- a/make-dist +++ b/make-dist @@ -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