From: Richard M. Stallman Date: Tue, 21 Dec 2004 11:37:25 +0000 (+0000) Subject: (escape-glyph): Use blue against light foreground. X-Git-Tag: ttn-vms-21-2-B4~3188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2acc90a44d940a97134dea2a4c9c1a19ccc06da;p=emacs.git (escape-glyph): Use blue against light foreground. --- diff --git a/lisp/faces.el b/lisp/faces.el index 55ed31fa6b0..b215d25bf21 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2031,8 +2031,8 @@ Note: Other faces cannot inherit from the cursor face." (defface escape-glyph '((((background dark)) :foreground "cyan") (((type pc)) :foreground "magenta") - (t :foreground "dark blue")) - "Face for displaying \\ and ^ in multichar glyphs." + (t :foreground "blue")) + "Face for characters displayed as ^-sequences or \-sequences." :group 'basic-faces) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;