aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-05-16 14:53:37 +0000
committerGerd Moellmann <[email protected]>2001-05-16 14:53:37 +0000
commit3e6ed9704c3d73a487661996612ace0c7db6951a (patch)
tree41141bd4c39aeed1bc20de850d8e73f0988ae534 /lisp/tooltip.el
parent1b7818b44c28a9b37a3ca4193013ebfea377059b (diff)
(tooltip) <defgroup>: Put it in `gud' group instead
of `c'.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index b0dfc443a5..9fadd00334 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -46,7 +46,7 @@
(defgroup tooltip nil
"Customization group for the `tooltip' package."
:group 'help
- :group 'c
+ :group 'gud
:group 'mouse
:group 'tools
:version "21.1"