summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-11-20 13:47:49 +0200
committerEli Zaretskii <eliz@gnu.org>2010-11-20 13:47:49 +0200
commit1cd64aaefe8f89c7f99ab8b8f6c86461288f1c80 (patch)
treeba24d955eeef5eacd0668e7267c021214f2572ee /lisp/faces.el
parent6ce950f336909aa19d6c5ea6f3e1910b247f3d38 (diff)
parentd9a95e676752a131a373d2341146a3f13add0dbd (diff)
downloademacs-1cd64aaefe8f89c7f99ab8b8f6c86461288f1c80.tar.gz
faces.el (glyphless-char): Define value for `pc'.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 62428c0d29d..ba8535aac4f 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2485,6 +2485,7 @@ Note: Other faces cannot inherit from the cursor face."
(defface glyphless-char
'((((type tty)) :inherit underline)
+ (((type pc)) :inherit escape-glyph)
(t :height 0.6))
"Face for displaying non-graphic characters (e.g. U+202A (LRE)).
It is used for characters of no fonts too."