mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
4396ef5a38
commit
edf42af2cc
3 changed files with 4 additions and 4 deletions
|
|
@ -29,8 +29,6 @@
|
|||
(require 'cl-lib)
|
||||
(require 'comp-cstr)
|
||||
|
||||
(defvar comp-ctxt) ; So we can run these tests on non native compiled builds.
|
||||
|
||||
(cl-eval-when (compile eval load)
|
||||
|
||||
(defun comp-cstr-test-ts (type-spec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue