emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102445: faces.el (glyphless-char): D


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102445: faces.el (glyphless-char): Define value for `pc'.
Date: Sat, 20 Nov 2010 13:47:49 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102445 [merge]
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-20 13:47:49 +0200
message:
   faces.el (glyphless-char): Define value for `pc'.
modified:
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-20 11:39:44 +0000
+++ b/lisp/ChangeLog    2010-11-20 11:47:49 +0000
@@ -1,3 +1,7 @@
+2010-11-20  Eli Zaretskii  <address@hidden>
+
+       * faces.el (glyphless-char): Define value for `pc'.
+
 2010-11-20  Tassilo Horn  <address@hidden>
 
        * mail/emacsbug.el (report-emacs-bug-tracker-url)

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2010-11-01 07:53:08 +0000
+++ b/lisp/faces.el     2010-11-20 11:43:01 +0000
@@ -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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]