aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2005-12-21 12:04:26 +0000
committerNick Roberts <[email protected]>2005-12-21 12:04:26 +0000
commit3150fbfcca4b29a5408c9be07c14d8edc3debbca (patch)
tree2632537afefc532e3c72e8959d53ed5ace6297ee
parent39b5238dac23444668cacca0905630b6fb9cf58a (diff)
(gud-tooltip-modes, gud-tooltip-display):
Delete defcustom variable :tag names.
-rw-r--r--lisp/progmodes/gud.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index aa0fd0c137..5b1edbe89b 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -3263,7 +3263,6 @@ Treats actions as defuns."
(defcustom gud-tooltip-modes '(gud-mode c-mode c++-mode fortran-mode)
"List of modes for which to enable GUD tooltips."
:type 'sexp
- :tag "GUD modes"
:group 'gud
:group 'tooltip)
@@ -3275,7 +3274,6 @@ Treats actions as defuns."
Forms in the list are combined with AND. The default is to display
only tooltips in the buffer containing the overlay arrow."
:type 'sexp
- :tag "GUD buffers predicate"
:group 'gud
:group 'tooltip)