projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6a7a2
)
Fix comp-tests.el problem after reconfiguring
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 12 Sep 2022 20:31:36 +0000
(15:31 -0500)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index 1b239cec7959a4e0bb72a90baad6723f8bc592ef..a5f33069e01b87bbbb0840664742419e1c59a1e6 100644
(file)
--- 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