# HG changeset patch # User Dan Nicolaescu # Date 1131056983 0 # Node ID d3efdaf600d9ffeab0c6e8ab6a8f2f1e0d3dfedc # Parent 11249bb2f59349507ed12d3601be005f4297e5e8 (font-lock-warning-face): Use the more vivid red1, not red. diff -r 11249bb2f593 -r d3efdaf600d9 lisp/ChangeLog --- 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 + + * 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 -r 11249bb2f593 -r d3efdaf600d9 lisp/font-lock.el --- 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)))