From: Juri Linkov Date: Thu, 29 Sep 2005 22:56:22 +0000 (+0000) Subject: (tooltip): Add group `basic-faces'. X-Git-Tag: emacs-pretest-22.0.90~6914 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=daf96a41a4d38fdc961bc4d5442a45634c314a79;p=emacs.git (tooltip): Add group `basic-faces'. --- 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."