From 11ec76b7ea67a1fe757ee857abc306525e25f34f Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 3 Nov 2005 22:29:43 +0000 Subject: [PATCH] (font-lock-warning-face): Use the more vivid red1, not red. --- lisp/ChangeLog | 5 +++++ lisp/font-lock.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7009fd19b90..0aebd90e8c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-03 Dan Nicolaescu + + * font-lock.el (font-lock-warning-face): Use the more vivid red1, + not red. + 2005-11-04 Nick Roberts * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in diff --git a/lisp/font-lock.el b/lisp/font-lock.el index eb830b048e0..a55eb96ec0d 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1803,7 +1803,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using (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))) -- 2.39.2