tuned msg;
authorwenzelm
Fri, 05 May 2000 21:57:58 +0200
changeset 8801 9d01c9a26134
parent 8800 e3688ef49f12
child 8802 2c37263eb903
tuned msg;
src/Pure/context.ML
--- a/src/Pure/context.ML	Fri May 05 18:24:06 2000 +0200
+++ b/src/Pure/context.ML	Fri May 05 21:57:58 2000 +0200
@@ -56,7 +56,7 @@
 fun pass_theory thy f x =
   (case pass (Some thy) f x of
     (y, Some thy') => (y, thy')
-  | (_, None) => error "Missing ML theory context");
+  | (_, None) => error "Lost theory context in ML");
 
 fun save f x = setmp (get_context ()) f x;