diff options
| -rw-r--r-- | lisp/progmodes/gud.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 3d252190eff..e557fdef843 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -152,7 +152,7 @@ Used to grey out relevant toolbar icons.") | |||
| 152 | :visible (and (not gud-running) | 152 | :visible (and (not gud-running) |
| 153 | (eq gud-minor-mode 'gdba))) | 153 | (eq gud-minor-mode 'gdba))) |
| 154 | ([stop] menu-item "Stop" gud-stop-subjob | 154 | ([stop] menu-item "Stop" gud-stop-subjob |
| 155 | :visible (or (not (eq gud-minor-mode 'gdba)) | 155 | :visible (or (not (memq gud-minor-mode '(gdba pdb))) |
| 156 | (and gud-running | 156 | (and gud-running |
| 157 | (eq gud-minor-mode 'gdba)))) | 157 | (eq gud-minor-mode 'gdba)))) |
| 158 | ([until] menu-item "Continue to selection" gud-until | 158 | ([until] menu-item "Continue to selection" gud-until |