diff options
| -rw-r--r-- | lisp/progmodes/gud.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index d5fd1dce6f5..540bc9ce7f3 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -2621,9 +2621,9 @@ comint mode, which see." | |||
| 2621 | (select-window | 2621 | (select-window |
| 2622 | (display-buffer | 2622 | (display-buffer |
| 2623 | (get-buffer-create (concat "*gud" filepart "*")) | 2623 | (get-buffer-create (concat "*gud" filepart "*")) |
| 2624 | '(display-buffer-reuse-window | 2624 | '((display-buffer-reuse-window |
| 2625 | display-buffer-in-previous-window | 2625 | display-buffer-in-previous-window |
| 2626 | display-buffer-same-window display-buffer-pop-up-window))) | 2626 | display-buffer-same-window display-buffer-pop-up-window)))) |
| 2627 | (when (and existing-buffer (get-buffer-process existing-buffer)) | 2627 | (when (and existing-buffer (get-buffer-process existing-buffer)) |
| 2628 | (error "This program is already being debugged")) | 2628 | (error "This program is already being debugged")) |
| 2629 | ;; Set the dir, in case the buffer already existed with a different dir. | 2629 | ;; Set the dir, in case the buffer already existed with a different dir. |