merged
authorhaftmann
Tue, 23 Jun 2009 21:07:39 +0200
changeset 31789 c8a590599cb5
parent 31780 d78e5cff9a9f (diff)
parent 31788 496c86f5f9e9 (current diff)
child 31790 05c92381363c
merged
--- a/etc/symbols	Tue Jun 23 21:05:59 2009 +0200
+++ b/etc/symbols	Tue Jun 23 21:07:39 2009 +0200
@@ -207,7 +207,7 @@
 \<bottom>               code: 0x0022a5  font: Isabelle
 \<top>                  code: 0x0022a4  font: Isabelle
 \<and>                  code: 0x002227  font: Isabelle  abbrev: /\
-\<And>                  code: 0x0022c0  font: Isabelle  abbreb: !!
+\<And>                  code: 0x0022c0  font: Isabelle  abbrev: !!
 \<or>                   code: 0x002228  font: Isabelle  abbrev: \/
 \<Or>                   code: 0x0022c1  font: Isabelle  abbrev: ??
 \<forall>               code: 0x002200  font: Isabelle  abbrev: !
--- a/src/Pure/Thy/completion.scala	Tue Jun 23 21:05:59 2009 +0200
+++ b/src/Pure/Thy/completion.scala	Tue Jun 23 21:07:39 2009 +0200
@@ -68,11 +68,11 @@
 {
   /* representation */
 
-  val words_lex = Scan.Lexicon()
-  val words_map = Map[String, String]()
+  protected val words_lex = Scan.Lexicon()
+  protected val words_map = Map[String, String]()
 
-  val abbrevs_lex = Scan.Lexicon()
-  val abbrevs_map = Map[String, (String, String)]()
+  protected val abbrevs_lex = Scan.Lexicon()
+  protected val abbrevs_map = Map[String, (String, String)]()
 
 
   /* adding stuff */