changeset 72708 | 0cc96d337e8f |
parent 72692 | 22aeec526ffd |
child 74263 | be49c660ebbf |
--- a/src/Pure/General/position.scala Wed Nov 25 15:12:02 2020 +0100 +++ b/src/Pure/General/position.scala Wed Nov 25 15:24:55 2020 +0100 @@ -112,14 +112,12 @@ } } - def purge(props: T): T = props.filterNot(p => Markup.POSITION_PROPERTIES(p._1)) - /* here: user output */ def here(props: T, delimited: Boolean = true): String = { - val pos = props.filter(p => Markup.POSITION_PROPERTIES(p._1)) + val pos = props.filter(Markup.position_property) if (pos.isEmpty) "" else { val s0 =