Mercurial > emacs
changeset 67714:dda3dc3d3548
(gud-tooltip-modes, gud-tooltip-display):
Delete defcustom variable :tag names.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 21 Dec 2005 12:04:26 +0000 |
parents | 5d451a54579e |
children | 69a961190da1 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Wed Dec 21 11:59:41 2005 +0000 +++ b/lisp/progmodes/gud.el Wed Dec 21 12:04:26 2005 +0000 @@ -3263,7 +3263,6 @@ (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 @@ 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)