]> code.delx.au - gnu-emacs/blobdiff - lisp/tooltip.el
(compilation-goto-locus): Use `next-error' face instead of `region'.
[gnu-emacs] / lisp / tooltip.el
index ea5aaaa87d6ef706def1ba9c64276e730b092793..6ff86b4cf0bd120f947e9b9012c5727d0564fed7 100644 (file)
@@ -113,8 +113,11 @@ position to pop up the tooltip."
 
 (defface tooltip
   '((((class color))
-     (:background "lightyellow" :foreground "black"))
-    (t ()))
+     :background "lightyellow"
+     :foreground "black"
+     :inherit variable-pitch)
+    (t
+     :inherit variable-pitch))
   "Face for tooltips."
   :group 'tooltip)
 
@@ -521,4 +524,5 @@ use either \\[customize] or the function `tooltip-mode'."
 
 (provide 'tooltip)
 
+;;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
 ;;; tooltip.el ends here