improved error msg;
authorwenzelm
Thu, 20 Nov 1997 15:48:32 +0100
changeset 4261 e20b9fd85811
parent 4260 f6bdfbd0e1c3
child 4262 e4113a682883
improved error msg;
src/Pure/sign.ML
--- a/src/Pure/sign.ML	Thu Nov 20 15:38:51 1997 +0100
+++ b/src/Pure/sign.ML	Thu Nov 20 15:48:32 1997 +0100
@@ -249,7 +249,7 @@
 
 (* errors *)
 
-fun of_theory sg = " of theory " ^ str_of_sg sg;
+fun of_theory sg = "\nof theory " ^ str_of_sg sg;
 
 fun err_method name kind =
   error ("Error while invoking " ^ quote kind ^ " method " ^ name);