]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-warning-face): Use the more vivid red1,
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Nov 2005 22:29:43 +0000 (22:29 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Nov 2005 22:29:43 +0000 (22:29 +0000)
not red.

lisp/ChangeLog
lisp/font-lock.el

index 7009fd19b909e811eb5f63f19c346cd1cd93c816..0aebd90e8c17f1b18bb8504ae9bd2af05e953149 100644 (file)
@@ -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
index eb830b048e0cc56bb1f93979f67010248489c18f..a55eb96ec0dff5dd384c4fd4b3a80c9249972724 100644 (file)
@@ -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)))