aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp
diff options
context:
space:
mode:
authorAndrea Corallo2021-04-26 22:58:08 +0200
committerAndrea Corallo2021-04-26 23:01:39 +0200
commitedf42af2cccab9d2ea2730f721fec5d41b4700f8 (patch)
tree8eec5a86f62f36b8f6c790db41c8487d692bfd60 /test/lisp
parent4396ef5a386969580bf4685fc2e6b1e3afec0bd7 (diff)
downloademacs-edf42af2cccab9d2ea2730f721fec5d41b4700f8.tar.gz
emacs-edf42af2cccab9d2ea2730f721fec5d41b4700f8.zip
Rework where `comp-ctxt' is defined.
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-ctxt): Remove `comp-ctxt' definition. * lisp/emacs-lisp/comp.el (comp-ctxt): Likewise. * lisp/emacs-lisp/comp-cstr.el (comp-ctxt): Define it here.
Diffstat (limited to 'test/lisp')
-rw-r--r--test/lisp/emacs-lisp/comp-cstr-tests.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el b/test/lisp/emacs-lisp/comp-cstr-tests.el
index d45a3e5fafd..2e4628522f4 100644
--- a/test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/test/lisp/emacs-lisp/comp-cstr-tests.el
@@ -29,8 +29,6 @@
29(require 'cl-lib) 29(require 'cl-lib)
30(require 'comp-cstr) 30(require 'comp-cstr)
31 31
32(defvar comp-ctxt) ; So we can run these tests on non native compiled builds.
33
34(cl-eval-when (compile eval load) 32(cl-eval-when (compile eval load)
35 33
36 (defun comp-cstr-test-ts (type-spec) 34 (defun comp-cstr-test-ts (type-spec)