branch: elpa/bash-completion
commit c5f2b2756f09a7e59dcd0b121e15c614aa4b1380
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    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