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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Sun, 26 Mar 2006 17:23:49 +0000

Index: emacs/lisp/progmodes/gud.el
diff -u emacs/lisp/progmodes/gud.el:1.100 emacs/lisp/progmodes/gud.el:1.101
--- emacs/lisp/progmodes/gud.el:1.100   Thu Mar 16 22:56:18 2006
+++ emacs/lisp/progmodes/gud.el Sun Mar 26 17:23:49 2006
@@ -683,6 +683,7 @@
 
   (if (and gud-comint-buffer
           (buffer-name gud-comint-buffer)
+          (get-buffer-process gud-comint-buffer)
           (with-current-buffer gud-comint-buffer (eq gud-minor-mode 'gdba)))
       (error "Multiple debugging is only supported with \"gdb --fullname\""))
 




reply via email to

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