diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/faces.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 43c09bcc5b2..39ccd08ce91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) 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." |