emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 45cc57ac258: ; Silence byte-compiler


From: Stefan Kangas
Subject: emacs-29 45cc57ac258: ; Silence byte-compiler
Date: Sun, 20 Aug 2023 14:24:46 -0400 (EDT)

branch: emacs-29
commit 45cc57ac258690137be50ff624a2318bd31d377a
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Silence byte-compiler
    
    * test/src/comp-tests.el (native-comp-eln-load-path): Declare.
    
    (cherry picked from commit 508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115)
---
 test/src/comp-tests.el | 1 +
 1 file changed, 1 insertion(+)

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."



reply via email to

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