Renamed the "frames" that are related to dynamic-wind to "dynamic
[bpt/guile.git] / libguile / modules.c
index 05b4dcf..086f214 100644 (file)
@@ -92,9 +92,9 @@ scm_c_call_with_current_module (SCM module,
 }
 
 void
-scm_frame_current_module (SCM module)
+scm_dynwind_current_module (SCM module)
 {
-  scm_frame_fluid (the_module, module);
+  scm_dynwind_fluid (the_module, module);
 }
 
 /*