diff options
-rw-r--r-- | autoload.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1134,6 +1134,7 @@ static val autoload_try(al_ns_t ns, val sym) dyn_env = make_env(nil, nil, dyn_env); env_vbind(dyn_env, package_s, system_package); env_vbind(dyn_env, package_alist_s, packages); + env_vbind(dyn_env, expand_hook, nil); opt_compat = 0; funcall(fun); opt_compat = saved_compat; |