diff options
Diffstat (limited to 'libguile/eval.h')
-rw-r--r-- | libguile/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/eval.h b/libguile/eval.h index 33a2f6f96..69aaec83d 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -125,7 +125,7 @@ extern SCM scm_eval_options_interface (SCM setting); /*fixme* This should probably be removed throught the code. */ #define SCM_TOP_LEVEL_LOOKUP_CLOSURE \ - SCM_MODULE_EVAL_CLOSURE (scm_selected_module ()) + SCM_MODULE_EVAL_CLOSURE (scm_current_module ()) #if SCM_DEBUG_DEPRECATED == 0 |