summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index d5b76fb2..de7e6186 100644
--- a/match.c
+++ b/match.c
@@ -4377,7 +4377,7 @@ static val v_load(match_files_ctx *c)
val ret = nil;
val saved_dyn_env = dyn_env;
val load_dyn_env = make_env(nil, nil, dyn_env);
- val rec = cdr(lookup_var(saved_dyn_env, load_recursive_s));
+ val rec = cdr(lookup_var(nil, load_recursive_s));
open_txr_file(path, &txr_lisp_p, &name, &stream, self);