UserPreferences.st
changeset 4344 262e182a394f
parent 4343 f8a422affe17
child 4396 951890a68aba
--- a/UserPreferences.st	Wed Jul 07 14:22:12 1999 +0200
+++ b/UserPreferences.st	Wed Jul 07 14:48:19 1999 +0200
@@ -922,6 +922,7 @@
 
     self class syntaxColorKeys do:[:k | self removeKey:k ifAbsent:nil].
     self at:#badIdentifierEmphasis put:(Array with:#underwave with:(#underlineColor->Color red)).
+    self at:#errorColor            put:Color black.
     self at:#commentColor          put:Color black.
     self at:#constantColor         put:Color black.
     self at:#methodSelectorEmphasis put:#normal.
@@ -941,6 +942,6 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.42 1999-07-07 12:22:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.43 1999-07-07 12:48:19 cg Exp $'
 ! !
 UserPreferences initialize!