changeset 48698 | 2585042b1a30 |
parent 48646 | 91281e9472d8 |
child 50917 | 9459f59cff09 |
--- a/src/Pure/System/isar.ML Mon Aug 06 17:54:05 2012 +0200 +++ b/src/Pure/System/isar.ML Mon Aug 06 21:11:42 2012 +0200 @@ -137,7 +137,7 @@ fun toplevel_loop in_stream {init = do_init, welcome, sync, secure} = (Context.set_thread_data NONE; - if do_init then init () else (); + if do_init then (Options.load_default (); init ()) else (); if welcome then writeln (Session.welcome ()) else (); uninterruptible (fn _ => fn () => raw_loop secure (Outer_Syntax.isar in_stream sync)) ());