changeset 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 11249bb2f593
children d697ddc33195
files lisp/ChangeLog lisp/font-lock.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Nov 03 22:08:39 2005 +0000
+++ b/lisp/ChangeLog	Thu Nov 03 22:29:43 2005 +0000
@@ -1,3 +1,8 @@
+2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* font-lock.el (font-lock-warning-face): Use the more vivid red1,
+	not red.
+
 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
 
 	* progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
--- 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)))