diff -r db25c98f32e1 -r e83bef45e6a7 src/Pure/Isar/theory_target.ML --- a/src/Pure/Isar/theory_target.ML Sun Nov 11 14:00:13 2007 +0100 +++ b/src/Pure/Isar/theory_target.ML Sun Nov 11 14:17:15 2007 +0100 @@ -219,7 +219,7 @@ in lthy |> (if is_locale then - LocalTheory.theory_result (Sign.add_abbrev PrintMode.input pos (c, global_rhs)) + LocalTheory.theory_result (Sign.add_abbrev PrintMode.internal pos (c, global_rhs)) #-> (fn (lhs, _) => let val lhs' = Term.list_comb (Logic.unvarify lhs, xs) in term_syntax ta (locale_const ta prmode pos ((c, mx2), lhs')) #>