From 73fed7aeda408ab0e9d67ca3c44a4c7711e5b490 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Jul 2011 11:23:15 -0400 Subject: [PATCH] Revert last change (2011-07-05T14:25:21Z!larsi@gnus.org). --- lisp/ChangeLog | 6 ------ lisp/font-lock.el | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3214ed28826..e83b65fe4e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,12 +4,6 @@ Fix check of `emacs-lock-unlockable-modes'. Coerce true values of `emacs-lock--try-unlocking' to t. -2011-07-05 Lars Magne Ingebrigtsen - - * font-lock.el (font-lock-builtin-face): Change from Orchid to - MediumBlue on light-coloured backgrounds to avoid confusion with - the doc string (bug#6693). - 2011-07-05 Juanma Barranquero * obsolete/old-emacs-lock.el: Rename from emacs-lock.el. 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))) -- 2.39.2