summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-07-05 11:23:15 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-07-05 11:23:15 -0400
commit73fed7aeda408ab0e9d67ca3c44a4c7711e5b490 (patch)
treee0a38bed47709eef7f337fd450e5be67d68cc217 /lisp/font-lock.el
parentb27640fef2c099a5c2191ee6ada5d29737faa68a (diff)
downloademacs-73fed7aeda408ab0e9d67ca3c44a4c7711e5b490.tar.gz
Revert last change (2011-07-05T14:25:21Z!larsi@gnus.org).
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 2175aee03df..3743dd54b7a 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1906,7 +1906,7 @@ Sets various variables using `font-lock-defaults' and
(((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
(((class color) (min-colors 88) (background light)) (:foreground "dark slate blue"))
(((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue"))
- (((class color) (min-colors 16) (background light)) (:foreground "MediumBlue"))
+ (((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
(((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue"))
(((class color) (min-colors 8)) (:foreground "blue" :weight bold))
(t (:weight bold)))