diff options
author | Daniel Pfeiffer <occitan@esperanto.org> | 2004-12-01 18:29:20 +0000 |
---|---|---|
committer | Daniel Pfeiffer <occitan@esperanto.org> | 2004-12-01 18:29:20 +0000 |
commit | ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a (patch) | |
tree | 47cdfab9dba710f728ef63e9e81042b8865fa66a | |
parent | fb568b49d4f7f7d133a8167a2d4e58cc2c4eb87b (diff) | |
download | emacs-ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a.tar.gz emacs-ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a.tar.bz2 emacs-ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a.zip |
(glyph): New face.
-rw-r--r-- | lisp/faces.el | 8 |
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. |