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, 20 Apr 2005 06:08:21 -0400

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.33 emacs/lisp/progmodes/gud.el:1.34
*** emacs/lisp/progmodes/gud.el:1.33    Fri Apr 15 10:35:09 2005
--- emacs/lisp/progmodes/gud.el Wed Apr 20 10:08:21 2005
***************
*** 113,118 ****
--- 113,123 ----
  
  (easy-mmode-defmap gud-menu-map
    '(([help]     "Info" . gud-goto-info)
+     ([tooltips] menu-item "Toggle GUD tooltips" tooltip-toggle-gud-tips
+                   :enable  (and (not emacs-basic-display)
+                               (display-graphic-p)
+                               (fboundp 'x-show-tip))
+                 :button (:toggle . tooltip-gud-tips-p))
      ([refresh]        "Refresh" . gud-refresh)
      ([run]    menu-item "Run" gud-run
                    :enable (and (not gud-running)




reply via email to

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