]> git.eshelyaron.com Git - emacs.git/commitdiff
(glyph): New face.
authorDaniel Pfeiffer <occitan@esperanto.org>
Wed, 1 Dec 2004 18:29:20 +0000 (18:29 +0000)
committerDaniel Pfeiffer <occitan@esperanto.org>
Wed, 1 Dec 2004 18:29:20 +0000 (18:29 +0000)
lisp/faces.el

index 8f9d6a50ee321aa5d53c1adf78b57f6b6c8cb9cb..93fd4204351eb02a44be845a2260e9c0756f5d7b 100644 (file)
@@ -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)
+
+
 \f
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Manipulating font names.