Mercurial > emacs
changeset 65732:cd8e6d86c531
(tooltip): Add group `basic-faces'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 29 Sep 2005 22:56:22 +0000 |
parents | 36c67f52422a |
children | 296124f7ef0e |
files | lisp/tooltip.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."