# HG changeset patch # User wenzelm # Date 1122916823 -7200 # Node ID c1ef99e08c3997efd6e440a2fd6cd11c3bee2dbd # Parent e26915e01d154976293d049e5976b854400173d4 tuned msg; diff -r e26915e01d15 -r c1ef99e08c39 src/HOL/arith_data.ML --- a/src/HOL/arith_data.ML Mon Aug 01 19:20:22 2005 +0200 +++ b/src/HOL/arith_data.ML Mon Aug 01 19:20:23 2005 +0200 @@ -469,7 +469,7 @@ fun presburger_tac i st = (case ArithTheoryData.get (Thm.theory_of_thm st) of {presburger = SOME tac, ...} => - (warning "Trying full Presburger arithmetic..."; tac i st) + (warning "Trying full Presburger arithmetic ..."; tac i st) | _ => no_tac st); in