diff options
| author | Andrea Corallo | 2021-04-26 22:58:08 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-04-26 23:01:39 +0200 |
| commit | edf42af2cccab9d2ea2730f721fec5d41b4700f8 (patch) | |
| tree | 8eec5a86f62f36b8f6c790db41c8487d692bfd60 /test/lisp | |
| parent | 4396ef5a386969580bf4685fc2e6b1e3afec0bd7 (diff) | |
| download | emacs-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.el | 2 |
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) |