changeset 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 f6c701d79adf
children 6c46fcde7f5f
files lisp/ChangeLog lisp/faces.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 20 13:24:28 2010 +0200
+++ b/lisp/ChangeLog	Sat Nov 20 13:43:01 2010 +0200
@@ -1,3 +1,7 @@
+2010-11-20  Eli Zaretskii  <eliz@gnu.org>
+
+	* faces.el (glyphless-char): Define value for `pc'.
+
 2010-11-12  Glenn Morris  <rgm@gnu.org>
 
 	* emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
--- 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."