# HG changeset patch # User wenzelm # Date 894308714 -7200 # Node ID 0f80e924009d50bb8d9e3183550f379f662522dd # Parent 19ff46cd2badaf7656787cd65a0f17ac112f0b1a tuned msg; diff -r 19ff46cd2bad -r 0f80e924009d src/Pure/sign.ML --- a/src/Pure/sign.ML Mon May 04 13:48:47 1998 +0200 +++ b/src/Pure/sign.ML Mon May 04 21:05:14 1998 +0200 @@ -264,7 +264,7 @@ fun of_theory sg = "\nof theory " ^ str_of_sg sg; fun err_method name kind = - error ("Error while invoking " ^ quote kind ^ " method " ^ name); + error ("Error while invoking " ^ quote kind ^ " " ^ name ^ " method"); fun err_dup_init sg kind = error ("Duplicate initialization of " ^ quote kind ^ " data" ^ of_theory sg);