emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/bash-completion c5f2b2756f 129/313: Define sz-testutils as


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion c5f2b2756f 129/313: Define sz-testutils as a global variable.
Date: Sat, 3 Dec 2022 10:59:23 -0500 (EST)

branch: elpa/bash-completion
commit c5f2b2756f09a7e59dcd0b121e15c614aa4b1380
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Define sz-testutils as a global variable.
    
    To keep the byte-compiler from complaining.
---
 sz-testutils.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sz-testutils.el b/sz-testutils.el
index fbc2b84bd6..dc2cad6cc2 100644
--- a/sz-testutils.el
+++ b/sz-testutils.el
@@ -108,7 +108,7 @@ is: '(\"Here >>\" cursor \"<<.\")"
 (eval-when-compile
   ;; This code will not appear in the compiled (.elc) file
   (put 'sz-testutils-regress 'regression-suite t)
-  (setq sz-testutils-regress
+  (defvar sz-testutils-regress
    '("sz-testutils-regress"
      ;; Each test in the suite is of the form:
      ;;   ([description] probe grader)
@@ -167,4 +167,4 @@ is: '(\"Here >>\" cursor \"<<.\")"
   (if (featurep 'regress)
       (regress sz-testutils-regress)))
 
-(provide 'sz-testutils)
\ No newline at end of file
+(provide 'sz-testutils)



reply via email to

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