diff lisp/modes/make-mode.el @ 124:9b50b4588a93 r20-1b15

Import from CVS: tag r20-1b15
author cvs
date Mon, 13 Aug 2007 09:26:39 +0200
parents cca96a509cfe
children 1370575f1259
line wrap: on
line diff
--- a/lisp/modes/make-mode.el	Mon Aug 13 09:26:04 2007 +0200
+++ b/lisp/modes/make-mode.el	Mon Aug 13 09:26:39 2007 +0200
@@ -254,20 +254,15 @@
 ;  Bogus FSFmacs crap.
 (defface makefile-space-face
   '((((class color))
-     (:background "hotpink"))		; uhm
-    (((class grayscale)
-      (background light))
-     (:background "black"))
-    (((class grayscale)
-      (background black))
-     (:background "white"))
-    (((class mono)
-      (background light))
-     (:background "white"))
-    (((class mono)
-      (background dark))
-     (:background "black")))
-  "Face to use for highlighting leading spaces in Font-Lock mode."
+     (:background "hotpink"))		; Yeah!
+    ;; Everything else, just choose the most visible background
+    ;; color.  We don't care about foreground, since it is only used
+    ;; for whitespace.
+    (((background light))
+      (:background "black"))
+    (((background dark))
+      (:background "white")))
+  "Face to use for highlighting leading Makefile spaces in Font-Lock mode."
   :group 'makefile-mode)
 
 ;Older version of same.