From: Stefan Kangas Date: Wed, 16 Aug 2023 19:34:11 +0000 (+0200) Subject: ; Silence byte-compiler X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115;p=emacs.git ; Silence byte-compiler * test/src/comp-tests.el (native-comp-eln-load-path): Declare. --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 2fd70585628..4444ab61219 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -64,6 +64,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."