aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/mltop.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/mltop.ml4')
-rw-r--r--toplevel/mltop.ml43
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/mltop.ml4 b/toplevel/mltop.ml4
index f255739b3..0c81359cb 100644
--- a/toplevel/mltop.ml4
+++ b/toplevel/mltop.ml4
@@ -200,7 +200,8 @@ let _ =
Summary.declare_summary "ML-MODULES"
{ Summary.freeze_function = (fun () -> List.rev (get_loaded_modules()));
Summary.unfreeze_function = (fun x -> unfreeze_ml_modules x);
- Summary.init_function = (fun () -> init_ml_modules ()) }
+ Summary.init_function = (fun () -> init_ml_modules ());
+ Summary.survive_section = true }
(* Same as restore_ml_modules, but verbosely *)