diff lisp/faces.el @ 58710:2015bd985187

(glyph): New face.
author Daniel Pfeiffer <occitan@esperanto.org>
date Wed, 01 Dec 2004 18:29:20 +0000
parents 8f14c8ea51a1
children 8acd64f0bef0
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.