changeset 58710:2015bd985187

(glyph): New face.
author Daniel Pfeiffer <occitan@esperanto.org>
date Wed, 01 Dec 2004 18:29:20 +0000
parents 2448f32821a6
children 2c96a34c9b64
files lisp/faces.el
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Wed Dec 01 18:28:22 2004 +0000
+++ b/lisp/faces.el	Wed Dec 01 18:29:20 2004 +0000
@@ -2022,6 +2022,14 @@
   :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.