]> code.delx.au - gnu-emacs/commitdiff
(gud-tooltip-modes, gud-tooltip-display):
authorNick Roberts <nickrob@snap.net.nz>
Wed, 21 Dec 2005 12:04:26 +0000 (12:04 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 21 Dec 2005 12:04:26 +0000 (12:04 +0000)
Delete defcustom variable :tag names.

lisp/progmodes/gud.el

index aa0fd0c137892eb4c02d273c29b374652eadeb79..5b1edbe89bed3d3daf3504ad92bd9f33df7f3d9c 100644 (file)
@@ -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)