src/Pure/Isar/locale.ML
changeset 57864 7cf01ece66e4
parent 56204 f70e69208a8c
child 57926 59b2572e8e93
--- a/src/Pure/Isar/locale.ML	Tue Aug 05 15:07:11 2014 +0200
+++ b/src/Pure/Isar/locale.ML	Tue Aug 05 16:21:27 2014 +0200
@@ -448,7 +448,7 @@
   let
     val thy = Context.theory_of context;
     val activate =
-      activate_notes Element.init
+      activate_notes Element.init'
         (Morphism.transfer_morphism o Context.theory_of) context export;
   in
     roundup thy activate (the_default Morphism.identity export) dep (Idents.get context, context)
@@ -460,7 +460,7 @@
     val context = Context.Proof (Proof_Context.init_global thy);
     val marked = Idents.get context;
     val (marked', context') = (empty_idents, context)
-      |> activate_all name thy Element.init (Morphism.transfer_morphism o Context.theory_of);
+      |> activate_all name thy Element.init' (Morphism.transfer_morphism o Context.theory_of);
   in
     context'
     |> Idents.put (merge_idents (marked, marked'))