emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109775: * faces.el (help-argument-na


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109775: * faces.el (help-argument-name): Always inherit from italic.
Date: Sun, 26 Aug 2012 10:57:07 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109775
fixes bug: http://debbugs.gnu.org/12213
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-08-26 10:57:07 +0800
message:
  * faces.el (help-argument-name): Always inherit from italic.
modified:
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-25 14:52:02 +0000
+++ b/lisp/ChangeLog    2012-08-26 02:57:07 +0000
@@ -1,3 +1,8 @@
+2012-08-26  Chong Yidong  <address@hidden>
+
+       * faces.el (help-argument-name): Always inherit from italic
+       (Bug#12213).
+
 2012-08-25  Martin Rudalics  <address@hidden>
 
        * window.el (window--even-window-heights): Even heights when

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2012-07-25 10:46:59 +0000
+++ b/lisp/faces.el     2012-08-26 02:57:07 +0000
@@ -2444,7 +2444,7 @@
   :group 'menu
   :group 'basic-faces)
 
-(defface help-argument-name '((((supports :slant italic)) :inherit italic))
+(defface help-argument-name '((t :inherit italic))
   "Face to highlight argument names in *Help* buffers."
   :group 'help)
 


reply via email to

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