]> git.eshelyaron.com Git - emacs.git/commitdiff
(tooltip): Add group `basic-faces'.
authorJuri Linkov <juri@jurta.org>
Thu, 29 Sep 2005 22:56:22 +0000 (22:56 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 29 Sep 2005 22:56:22 +0000 (22:56 +0000)
lisp/tooltip.el

index 25032f69c4ecde7a08c763a037d7a16339d8c858..1bbdd6d37a06b98d1d2bf66f74704d19888f9528 100644 (file)
@@ -113,7 +113,8 @@ position to pop up the tooltip."
     (t
      :inherit variable-pitch))
   "Face for tooltips."
-  :group 'tooltip)
+  :group 'tooltip
+  :group 'basic-faces)
 
 (defcustom tooltip-use-echo-area nil
   "Use the echo area instead of tooltip frames for help and GUD tooltips."