src/Pure/Tools/update_comments.scala
changeset 67436 e446505a4ec6
parent 67435 f83c1842a559
child 67442 f075640b8868
--- a/src/Pure/Tools/update_comments.scala	Sun Jan 14 20:58:41 2018 +0100
+++ b/src/Pure/Tools/update_comments.scala	Sun Jan 14 21:25:43 2018 +0100
@@ -21,7 +21,7 @@
           rest.dropWhile(_.is_space) match {
             case tok1 :: rest1 if tok1.is_text =>
               val txt = Symbol.trim_blanks(tok1.content)
-              update(rest1, (Symbol.comment + Symbol.space + Library.cartouche(txt)) :: result)
+              update(rest1, (Symbol.comment + Symbol.space + Symbol.cartouche(txt)) :: result)
             case _ => update(rest, tok.source :: result)
           }
         case tok :: rest => update(rest, tok.source :: result)