]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comp-tests.el problem after reconfiguring
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Sep 2022 20:31:36 +0000 (15:31 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Sep 2022 20:32:09 +0000 (15:32 -0500)
* test/src/comp-tests.el: Do not byte-compile, as the .elc
file would be machine-dependent (bug#51104).

test/src/comp-tests.el

index 1b239cec7959a4e0bb72a90baad6723f8bc592ef..a5f33069e01b87bbbb0840664742419e1c59a1e6 100644 (file)
@@ -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