emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104965: * font-lock.el (font-lock-bu


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104965: * font-lock.el (font-lock-builtin-face): Change from Orchid to
Date: Tue, 05 Jul 2011 16:25:21 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104965
fixes bug(s): http://debbugs.gnu.org/6693
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2011-07-05 16:25:21 +0200
message:
  * font-lock.el (font-lock-builtin-face): Change from Orchid to
  MediumBlue on light-coloured backgrounds to avoid confusion with
  the doc string.
modified:
  lisp/ChangeLog
  lisp/font-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-05 11:38:44 +0000
+++ b/lisp/ChangeLog    2011-07-05 14:25:21 +0000
@@ -1,3 +1,9 @@
+2011-07-05  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * 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  <address@hidden>
 
        * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2011-07-04 20:00:56 +0000
+++ b/lisp/font-lock.el 2011-07-05 14:25:21 +0000
@@ -1906,7 +1906,7 @@
     (((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 "Orchid"))
+    (((class color) (min-colors 16) (background light)) (:foreground 
"MediumBlue"))
     (((class color) (min-colors 16) (background dark)) (:foreground 
"LightSteelBlue"))
     (((class color) (min-colors 8)) (:foreground "blue" :weight bold))
     (t (:weight bold)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]