Context.set_thread_data: non-critical;
authorwenzelm
Thu, 10 Apr 2008 13:24:13 +0200
changeset 26599 791e4b436f8a
parent 26598 1249f49d0819
child 26600 f11515535c83
Context.set_thread_data: non-critical;
src/Pure/Isar/isar_cmd.ML
--- a/src/Pure/Isar/isar_cmd.ML	Thu Apr 10 13:24:11 2008 +0200
+++ b/src/Pure/Isar/isar_cmd.ML	Thu Apr 10 13:24:13 2008 +0200
@@ -318,7 +318,7 @@
 val welcome = Toplevel.imperative (writeln o Session.welcome);
 
 val exit = Toplevel.keep (fn state =>
- (CRITICAL (fn () => Context.set_thread_data (try Toplevel.generic_theory_of state));
+ (Context.set_thread_data (try Toplevel.generic_theory_of state);
   raise Toplevel.TERMINATE));
 
 val quit = Toplevel.imperative quit;