all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Incorrect faces
@ 2012-04-08 21:02 Thierry Volpiatto
  0 siblings, 0 replies; only message in thread
From: Thierry Volpiatto @ 2012-04-08 21:02 UTC (permalink / raw
  To: emacs-devel

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 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-08 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-08 21:02 Incorrect faces Thierry Volpiatto

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.