changeset 61398:499e1a6b0822

(hi-green): Fix face spec.
author Kim F. Storm <storm@cua.dk>
date Fri, 08 Apr 2005 22:03:08 +0000
parents cf9ed6277047
children 21b9faa86be8
files lisp/hi-lock.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/hi-lock.el	Fri Apr 08 21:59:26 2005 +0000
+++ b/lisp/hi-lock.el	Fri Apr 08 22:03:08 2005 +0000
@@ -119,7 +119,7 @@
   :group 'hi-lock-interactive-text-highlighting)
 
 (defface hi-yellow
-  '((((min-colors 88) (background dark)) 
+  '((((min-colors 88) (background dark))
      (:background "yellow1" :foreground "black"))
     (((background dark)) (:background "yellow" :foreground "black"))
     (((min-colors 88)) (:background "yellow1"))
@@ -134,10 +134,10 @@
   :group 'hi-lock-faces)
 
 (defface hi-green
-  '((((min-colors 88) (background dark)) 
+  '((((min-colors 88) (background dark))
      (:background "green1" :foreground "black"))
     (((background dark)) (:background "green" :foreground "black"))
-    ((min-colors 88) (:background "green1"))
+    (((min-colors 88)) (:background "green1"))
     (t (:background "green")))
   "Face for hi-lock mode."
   :group 'hi-lock-faces)