emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Wed, 21 Dec 2005 12:04:26 +0000

Index: emacs/lisp/progmodes/gud.el
diff -u emacs/lisp/progmodes/gud.el:1.80 emacs/lisp/progmodes/gud.el:1.81
--- emacs/lisp/progmodes/gud.el:1.80    Sat Dec 10 21:32:22 2005
+++ emacs/lisp/progmodes/gud.el Wed Dec 21 12:04:26 2005
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]