From: Stefan Kangas Date: Wed, 16 Aug 2023 19:34:11 +0000 (+0200) Subject: ; Silence byte-compiler X-Git-Tag: emacs-29.1.90~185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45cc57ac258690137be50ff624a2318bd31d377a;p=emacs.git ; Silence byte-compiler * test/src/comp-tests.el (native-comp-eln-load-path): Declare. (cherry picked from commit 508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115) --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 0e36a3c9190..509aadec232 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -62,6 +62,7 @@ +(defvar native-comp-eln-load-path) (ert-deftest comp-tests-bootstrap () "Compile the compiler and load it to compile it-self. Check that the resulting binaries do not differ."