# HG changeset patch # User Juri Linkov # Date 1128034582 0 # Node ID cd8e6d86c53173c82e14f751f8e16a562421b7cd # Parent 36c67f52422a7e6ff94de6cce9114026919b803c (tooltip): Add group `basic-faces'. diff -r 36c67f52422a -r cd8e6d86c531 lisp/tooltip.el --- 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."