src/Pure/PIDE/isabelle_markup.scala
changeset 46121 30a69cd8a9a0
parent 45702 7df60d1aa988
child 46122 1e9ec1a44dfc
--- a/src/Pure/PIDE/isabelle_markup.scala	Thu Jan 05 13:27:50 2012 +0100
+++ b/src/Pure/PIDE/isabelle_markup.scala	Thu Jan 05 14:15:37 2012 +0100
@@ -249,14 +249,14 @@
 
   val BAD = "bad"
 
-  val READY = "ready"
-
 
   /* raw message functions */
 
   val FUNCTION = "function"
   val Function = new Properties.String(FUNCTION)
 
+  val Ready: Properties.T = List((FUNCTION, "ready"))
+
   val Assign_Execs: Properties.T = List((FUNCTION, "assign_execs"))
   val Removed_Versions: Properties.T = List((FUNCTION, "removed_versions"))