From: Dan Nicolaescu Date: Thu, 3 Nov 2005 22:29:43 +0000 (+0000) Subject: (font-lock-warning-face): Use the more vivid red1, X-Git-Tag: emacs-pretest-22.0.90~6077 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11ec76b7ea67a1fe757ee857abc306525e25f34f;p=emacs.git (font-lock-warning-face): Use the more vivid red1, not red. --- 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)))