From: Chong Yidong Date: Tue, 5 Jul 2011 15:23:15 +0000 (-0400) Subject: Revert last change (2011-07-05T14:25:21Z!larsi@gnus.org). X-Git-Tag: emacs-pretest-24.0.90~104^2~419^2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73fed7aeda408ab0e9d67ca3c44a4c7711e5b490;p=emacs.git Revert last change (2011-07-05T14:25:21Z!larsi@gnus.org). --- 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)))