--- semantic-1.4.2/semantic-util-modes.el.orig	2002-12-31 19:17:40.000000000 +0900
+++ semantic-1.4.2/semantic-util-modes.el	2003-01-08 01:35:51.000000000 +0900
@@ -339,9 +339,9 @@
 
 (defface semantic-unmatched-syntax-face
   '((((class color) (background dark))
-     (:underline "red"))
+     (:background "red" :underline t))
     (((class color) (background light))
-     (:underline "red")))
+     (:background "red" :underline t)))
   "*Face used to show unmatched syntax in.
 The face is used in  `semantic-show-unmatched-syntax-mode'."
   :group 'semantic)

