diff lisp/tooltip.el @ 65732:cd8e6d86c531

(tooltip): Add group `basic-faces'.
author Juri Linkov <juri@jurta.org>
date Thu, 29 Sep 2005 22:56:22 +0000
parents 1cb15495a842
children 834a001192cb b1c1fc853d2f
line wrap: on
line diff
--- a/lisp/tooltip.el	Thu Sep 29 22:55:53 2005 +0000
+++ b/lisp/tooltip.el	Thu Sep 29 22:56:22 2005 +0000
@@ -113,7 +113,8 @@
     (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."