src/Pure/Isar/local_theory.ML
changeset 49058 2924a83a4a0b
parent 49042 01041f7bf9b4
child 49062 7e31dfd99ce7
--- a/src/Pure/Isar/local_theory.ML	Fri Aug 31 16:35:30 2012 +0200
+++ b/src/Pure/Isar/local_theory.ML	Fri Aug 31 22:24:14 2012 +0200
@@ -195,7 +195,7 @@
 (* forked proofs *)
 
 val begin_proofs = background_theory (Context.theory_map Thm.begin_proofs);
-val register_proofs = background_theory o Context.theory_map o Thm.register_proofs;
+val register_proofs = background_theory o Thm.register_proofs_thy;
 
 
 (* target contexts *)