diff options
author | Juri Linkov <juri@jurta.org> | 2005-09-29 22:56:22 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-09-29 22:56:22 +0000 |
commit | daf96a41a4d38fdc961bc4d5442a45634c314a79 (patch) | |
tree | 1b1d662a771f6f89ff6f670147f59bd1923caa80 /lisp/tooltip.el | |
parent | 92cc4a30314e628d70853e3a5df6c400f9dba813 (diff) | |
download | emacs-daf96a41a4d38fdc961bc4d5442a45634c314a79.tar.gz |
(tooltip): Add group `basic-faces'.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 3 |
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." |