Mercurial > emacs
changeset 111645:6c46fcde7f5f
faces.el (glyphless-char): Define value for `pc'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 20 Nov 2010 13:47:49 +0200 |
parents | 27b2c1dde9aa (current diff) f167a2ce369f (diff) |
children | 71b9e27e5245 |
files | lisp/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 20 13:45:14 2010 +0200 +++ b/lisp/ChangeLog Sat Nov 20 13:47:49 2010 +0200 @@ -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)
--- a/lisp/faces.el Sat Nov 20 13:45:14 2010 +0200 +++ b/lisp/faces.el Sat Nov 20 13:47:49 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."