diff lisp/faces.el @ 111643:f167a2ce369f

faces.el (glyphless-char): Define value for `pc'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 Nov 2010 13:43:01 +0200
parents 707be8bc83af
children 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/faces.el	Sat Nov 20 13:24:28 2010 +0200
+++ b/lisp/faces.el	Sat Nov 20 13:43:01 2010 +0200
@@ -2485,6 +2485,7 @@
 
 (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."