From 9ad8bad3e65de0181fe4662ec5687738ae49087c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 8 Nov 2016 21:00:34 -0800 Subject: Deprecated undocumented *user-package* etc. * eval.c (eval_init): Do not register *user-package*, or *system-package* or *keyword-package* variables unless in compatibility mode. We don't document this in the compatibility notes since the variables are not documented. * tests/009/json.txr: Change use of *keyword-package* to keyword-package. --- tests/009/json.txr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/009/json.txr') diff --git a/tests/009/json.txr b/tests/009/json.txr index e450b6bb..5c2732e8 100644 --- a/tests/009/json.txr +++ b/tests/009/json.txr @@ -53,7 +53,7 @@ @(define keyword (k))@\ @(local tok)@\ @(all)@(ws)@{tok /true|false|null/}@(trailer)@/[^A-Za-z0-9_]/@(end)@(ws)@\ - @(bind k @(intern tok *keyword-package*))@\ + @(bind k @(intern tok keyword-package))@\ @(end) @; @; Recognize an object: a collection of string/value pairs, -- cgit v1.2.3