src/Pure/Thy/thy_syntax.scala
changeset 76903 f9de9c4b2156
parent 76893 7c3d50ffaece
child 76904 e27d097d7d15
equal deleted inserted replaced
76902:2e791bdedec2 76903:f9de9c4b2156
   243         }
   243         }
   244       recover(commands)
   244       recover(commands)
   245     }
   245     }
   246 
   246 
   247     edit match {
   247     edit match {
   248       case (_, Document.Node.Blob(blob)) => node.init_blob(blob)
   248       case (_, Document.Node.Blob(blob)) => Document.Node.init_blob(blob)
   249 
   249 
   250       case (name, Document.Node.Edits(text_edits)) =>
   250       case (name, Document.Node.Edits(text_edits)) =>
   251         if (name.is_theory) {
   251         if (name.is_theory) {
   252           val commands0 = node.commands
   252           val commands0 = node.commands
   253           val commands1 = edit_text(text_edits, commands0)
   253           val commands1 = edit_text(text_edits, commands0)