src/Pure/Isar/outer_syntax.scala
changeset 46624 dc4c72092088
parent 44051 2ec66075a75c
child 46626 a02115865bcc
--- a/src/Pure/Isar/outer_syntax.scala	Thu Feb 23 19:35:05 2012 +0100
+++ b/src/Pure/Isar/outer_syntax.scala	Thu Feb 23 19:58:49 2012 +0100
@@ -39,7 +39,7 @@
 {
   protected val keywords: Map[String, String] = Map((";" -> Keyword.DIAG))
   protected val lexicon: Scan.Lexicon = Scan.Lexicon.empty
-  lazy val completion: Completion = (new Completion).add_symbols // FIXME odd initialization
+  lazy val completion: Completion = Completion.init()  // FIXME odd initialization
 
   def keyword_kind(name: String): Option[String] = keywords.get(name)