faces.el (glyphless-char): Define value for `pc'.

This commit is contained in:
Eli Zaretskii 2010-11-20 13:47:49 +02:00
commit 1cd64aaefe
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-11-20 Eli Zaretskii <eliz@gnu.org>
* faces.el (glyphless-char): Define value for `pc'.
2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
* mail/emacsbug.el (report-emacs-bug-tracker-url)

View file

@ -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."