diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-12-21 12:04:26 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-12-21 12:04:26 +0000 |
commit | 3150fbfcca4b29a5408c9be07c14d8edc3debbca (patch) | |
tree | 2632537afefc532e3c72e8959d53ed5ace6297ee /lisp/progmodes | |
parent | 39b5238dac23444668cacca0905630b6fb9cf58a (diff) | |
download | emacs-3150fbfcca4b29a5408c9be07c14d8edc3debbca.tar.gz |
(gud-tooltip-modes, gud-tooltip-display):
Delete defcustom variable :tag names.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/gud.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index aa0fd0c1378..5b1edbe89be 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) |