src/Pure/PIDE/session.scala
changeset 83294 8d30612cff2d
parent 83226 37b61794a93a
child 83311 0e40bd617b6c
--- a/src/Pure/PIDE/session.scala	Thu Oct 16 12:31:15 2025 +0200
+++ b/src/Pure/PIDE/session.scala	Thu Oct 16 14:31:35 2025 +0200
@@ -534,7 +534,7 @@
           if (!handled) {
             msg.properties match {
               case Protocol.Command_Timing(state_id, props) if prover.defined =>
-                val message = XML.elem(Markup(Markup.TIMING, props))
+                val message = XML.elem(Markup(Markup.Command_Timing.name, props))
                 change_command(_.accumulate(state_id, cache.elem(message), cache))
                 command_timings.post(Session.Command_Timing(state_id, props))