src/Pure/Thy/thy_syntax.scala
changeset 57842 8e4ae2db1849
parent 57625 2a9d8dcea893
child 57900 fd03765b06c0
equal deleted inserted replaced
57841:e212e2001b2a 57842:8e4ae2db1849
   488             nodes += (name -> node2)
   488             nodes += (name -> node2)
   489         }
   489         }
   490         (doc_edits.toList.filterNot(_._2.is_void), Document.Version.make(Some(syntax), nodes))
   490         (doc_edits.toList.filterNot(_._2.is_void), Document.Version.make(Some(syntax), nodes))
   491       }
   491       }
   492 
   492 
   493     Session.Change(previous, doc_blobs, syntax_changed, deps_changed, doc_edits, version)
   493     Session.Change(previous, syntax_changed, deps_changed, doc_edits, version)
   494   }
   494   }
   495 }
   495 }