From: Paul Eggert Date: Mon, 12 Sep 2022 20:31:36 +0000 (-0500) Subject: Fix comp-tests.el problem after reconfiguring X-Git-Tag: emacs-29.0.90~1856^2~577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5abcc2fc679cc256b4fe5fe300cc67fd205aaf26;p=emacs.git Fix comp-tests.el problem after reconfiguring * test/src/comp-tests.el: Do not byte-compile, as the .elc file would be machine-dependent (bug#51104). --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 1b239cec795..a5f33069e01 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -1472,4 +1472,8 @@ folded." (equal (comp-mvar-typeset mvar) comp-tests-cond-rw-expected-type)))))))) +;; Local Variables: +;; no-byte-compile: t +;; End: + ;;; comp-tests.el ends here