From 5abcc2fc679cc256b4fe5fe300cc67fd205aaf26 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Sep 2022 15:31:36 -0500 Subject: [PATCH] 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). --- test/src/comp-tests.el | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2