src/Pure/Isar/local_theory.ML
changeset 30469 de9e8f1d927c
parent 30438 c2d49315b93b
child 30578 9863745880db
--- a/src/Pure/Isar/local_theory.ML	Thu Mar 12 12:04:27 2009 +0100
+++ b/src/Pure/Isar/local_theory.ML	Thu Mar 12 13:18:42 2009 +0100
@@ -138,12 +138,12 @@
 
 fun full_naming lthy =
   Sign.naming_of (ProofContext.theory_of lthy)
-  |> NameSpace.sticky_prefix (#theory_prefix (get_lthy lthy));
+  |> NameSpace.mandatory_path (#theory_prefix (get_lthy lthy));
 
 fun full_name naming = NameSpace.full_name (full_naming naming);
 
 fun theory_result f lthy = lthy |> raw_theory_result (fn thy => thy
-  |> Sign.sticky_prefix (#theory_prefix (get_lthy lthy))
+  |> Sign.mandatory_path (#theory_prefix (get_lthy lthy))
   |> f
   ||> Sign.restore_naming thy);