summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pfeiffer <occitan@esperanto.org>2004-12-01 18:29:20 +0000
committerDaniel Pfeiffer <occitan@esperanto.org>2004-12-01 18:29:20 +0000
commitffe48d1d0b24b3a737046b0cd373a31dbbe7a18a (patch)
tree47cdfab9dba710f728ef63e9e81042b8865fa66a
parentfb568b49d4f7f7d133a8167a2d4e58cc2c4eb87b (diff)
downloademacs-ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a.tar.gz
emacs-ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a.tar.bz2
emacs-ffe48d1d0b24b3a737046b0cd373a31dbbe7a18a.zip
(glyph): New face.
-rw-r--r--lisp/faces.el8
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.