emacs-devel
[Top][All Lists]
Advanced

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

Incorrect faces


From: Thierry Volpiatto
Subject: Incorrect faces
Date: Sun, 08 Apr 2012 23:02:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux)

Hi,
I fall on tooltip face which have a lisp form in the customize buffer as
configuration option. Is it wanted for some reasons or is it an error?
I think it is an error, this fix it:

diff --git a/lisp/tooltip.el b/lisp/tooltip.el
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -135,8 +135,7 @@
      :background "lightyellow"
      :foreground "black"
      :inherit variable-pitch)
-    (t
-     :inherit variable-pitch))
+    (t (:inherit variable-pitch)))
   "Face for tooltips."
   :group 'tooltip
   :group 'basic-faces)

If no objections I will apply this patch.

Thanks.
 
-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




reply via email to

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