From 8ea2f84402453103829c8ba269e4038f6e72ebc6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 12 Mar 2021 08:57:26 -0800 Subject: [PATCH] * lisp/tooltip.el (tooltip): Restore group that was not "redundant". --- lisp/tooltip.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 293c0343956..03d9f54ea6c 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -135,6 +135,7 @@ of the `tooltip' face are used instead." When using the GTK toolkit, this face will only be used if `x-gtk-use-system-tooltips' is non-nil." + :group 'tooltip :group 'basic-faces) (defcustom tooltip-use-echo-area nil -- 2.39.5