]> git.eshelyaron.com Git - emacs.git/commitdiff
Bug#4375 (can't kill killed gud buffer")
authorNick Roberts <nickrob@snap.net.nz>
Thu, 10 Sep 2009 03:42:13 +0000 (03:42 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 10 Sep 2009 03:42:13 +0000 (03:42 +0000)
(gdb): Revert 2009-08-11 change.  User should detach inferior
manually.

lisp/progmodes/gdb-mi.el

index 193587ef7aa4e41b8ffb35df09dedf95cdbfae58..09290deb905e28110efce718e28ce66cc89fc8eb 100644 (file)
@@ -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 ()