From: Nick Roberts Date: Wed, 21 Dec 2005 12:04:26 +0000 (+0000) Subject: (gud-tooltip-modes, gud-tooltip-display): X-Git-Tag: emacs-pretest-22.0.90~5152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3150fbfcca4b29a5408c9be07c14d8edc3debbca;p=emacs.git (gud-tooltip-modes, gud-tooltip-display): Delete defcustom variable :tag names. --- 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)