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: Fri, 02 Dec 2005 04:15:56 -0500

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.77 emacs/lisp/progmodes/gud.el:1.78
*** emacs/lisp/progmodes/gud.el:1.77    Sun Nov 27 22:17:29 2005
--- emacs/lisp/progmodes/gud.el Fri Dec  2 09:15:56 2005
***************
*** 189,194 ****
--- 189,197 ----
                    :enable (not gud-running))
      ([watch]  menu-item "Watch Expression" gud-watch
                  :enable (and (not gud-running)
+                              (memq gud-minor-mode '(gdbmi gdba))))
+     ([finish] menu-item "Finish Function" gud-finish
+                   :enable (and (not gud-running)
                               (memq gud-minor-mode
                                     '(gdbmi gdba gdb xdb jdb pdb bashdb))))
      ([stepi]  menu-item "Step Instruction" gud-stepi




reply via email to

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