summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el8
1 files changed, 8 insertions, 0 deletions
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.