summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-09-29 22:56:22 +0000
committerJuri Linkov <juri@jurta.org>2005-09-29 22:56:22 +0000
commitdaf96a41a4d38fdc961bc4d5442a45634c314a79 (patch)
tree1b1d662a771f6f89ff6f670147f59bd1923caa80 /lisp/tooltip.el
parent92cc4a30314e628d70853e3a5df6c400f9dba813 (diff)
downloademacs-daf96a41a4d38fdc961bc4d5442a45634c314a79.tar.gz
(tooltip): Add group `basic-faces'.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 25032f69c4e..1bbdd6d37a0 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -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."