tuned;
authorwenzelm
Wed, 26 Oct 2011 22:50:40 +0200
changeset 45268 a42624e9de09
parent 45267 66823a0066db
child 45269 6f8949e6c71a
tuned;
src/Tools/Code/code_runtime.ML
--- a/src/Tools/Code/code_runtime.ML	Tue Oct 25 16:37:11 2011 +0200
+++ b/src/Tools/Code/code_runtime.ML	Wed Oct 26 22:50:40 2011 +0200
@@ -422,7 +422,7 @@
     val _ = Context.set_thread_data ((SOME o Context.Theory) thy');
     val _ = Secure.use_text notifying_context
       (0, Path.implode filepath) false (File.read filepath);
-    val thy'' = (Context.the_theory o the) (Context.thread_data ());
+    val thy'' = Context.the_theory (Context.the_thread_data ());
     val names = Loaded_Values.get thy'';
   in (names, thy'') end;