diff lisp/font-lock.el @ 66678:d3efdaf600d9

(font-lock-warning-face): Use the more vivid red1, not red.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Nov 2005 22:29:43 +0000
parents 621fdbc28285
children 5271a20d9255
line wrap: on
line diff
--- a/lisp/font-lock.el	Thu Nov 03 22:08:39 2005 +0000
+++ b/lisp/font-lock.el	Thu Nov 03 22:29:43 2005 +0000
@@ -1803,7 +1803,7 @@
 (defface font-lock-warning-face
   '((((class color) (min-colors 88) (background light)) (:foreground "Red1" :weight bold))
     (((class color) (min-colors 88) (background dark)) (:foreground "Pink" :weight bold))
-    (((class color) (min-colors 16) (background light)) (:foreground "Red" :weight bold))
+    (((class color) (min-colors 16) (background light)) (:foreground "Red1" :weight bold))
     (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :weight bold))
     (((class color) (min-colors 8)) (:foreground "red"))
     (t (:inverse-video t :weight bold)))