# HG changeset patch # User wenzelm # Date 1194786011 -3600 # Node ID bb8d225dcf05e874c644ec7054b84ce349c51809 # Parent 783e5de2a6c73878a43eaedaa6a3f235089a2b1b abbrev: PrintMode.input instead of PrintMode.internal for global version! diff -r 783e5de2a6c7 -r bb8d225dcf05 src/Pure/Isar/theory_target.ML --- a/src/Pure/Isar/theory_target.ML Sun Nov 11 14:00:10 2007 +0100 +++ b/src/Pure/Isar/theory_target.ML Sun Nov 11 14:00:11 2007 +0100 @@ -219,7 +219,7 @@ in lthy |> (if is_locale then - LocalTheory.theory_result (Sign.add_abbrev PrintMode.internal pos (c, global_rhs)) + LocalTheory.theory_result (Sign.add_abbrev PrintMode.input 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')) #>