From: Nick Roberts Date: Thu, 10 Sep 2009 03:42:13 +0000 (+0000) Subject: Bug#4375 (can't kill killed gud buffer") X-Git-Tag: emacs-pretest-23.1.90~1427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17b13e732b3180a007e2f25c76bc7d5e8ed985b4;p=emacs.git Bug#4375 (can't kill killed gud buffer") (gdb): Revert 2009-08-11 change. User should detach inferior manually. --- diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 193587ef7aa..09290deb905 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -752,13 +752,6 @@ detailed description of this mode. (gdb-update) - (add-hook - 'kill-buffer-hook - (function - (lambda () - (gdb-input (list "-target-detach" 'ignore)))) - nil t) - (run-hooks 'gdb-mode-hook)) (defun gdb-init-1 ()