From: Daniel Pfeiffer Date: Wed, 1 Dec 2004 18:29:20 +0000 (+0000) Subject: (glyph): New face. X-Git-Tag: ttn-vms-21-2-B4~3485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a;p=emacs.git (glyph): New face. --- 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.