emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5abcc2fc67: Fix comp-tests.el problem after reconfiguring


From: Paul Eggert
Subject: master 5abcc2fc67: Fix comp-tests.el problem after reconfiguring
Date: Mon, 12 Sep 2022 16:32:17 -0400 (EDT)

branch: master
commit 5abcc2fc679cc256b4fe5fe300cc67fd205aaf26
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    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 1b239cec79..a5f33069e0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]