From d2acc90a44d940a97134dea2a4c9c1a19ccc06da Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Dec 2004 11:37:25 +0000 Subject: [PATCH] (escape-glyph): Use blue against light foreground. --- lisp/faces.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- 2.39.5