From ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a Mon Sep 17 00:00:00 2001 From: Daniel Pfeiffer Date: Wed, 1 Dec 2004 18:29:20 +0000 Subject: [PATCH] (glyph): New face. --- lisp/faces.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index 8f9d6a50ee3..93fd4204351 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2022,6 +2022,14 @@ Note: Other faces cannot inherit from the cursor face." :group 'basic-faces) +(defface glyph + '((t + :inherit secondary-selection)) + "Basic face for displaying \\ and ^ in multichar glyphs. +It is also used for ... in ellipses." + :group 'basic-faces) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Manipulating font names. -- 2.39.5