]> git.eshelyaron.com Git - emacs.git/commitdiff
(gdb-inferior-io-mode-map): Bind gdb-inferior-io-eof to C-d.
authorNick Roberts <nickrob@snap.net.nz>
Mon, 23 May 2005 23:38:29 +0000 (23:38 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 23 May 2005 23:38:29 +0000 (23:38 +0000)
lisp/progmodes/gdb-ui.el

index 9f7f69e346d2bdecd755f03471b01c485294085f..1a26b64beca97903ab294d2486f80b4a5a962c8f 100644 (file)
@@ -698,6 +698,7 @@ The key should be one of the cars in `gdb-buffer-rules-assoc'."
     (define-key map "\C-c\C-z" 'gdb-inferior-io-stop)
     (define-key map "\C-c\C-\\" 'gdb-inferior-io-quit)
     (define-key map "\C-c\C-d" 'gdb-inferior-io-eof)
+    (define-key map "\C-d" 'gdb-inferior-io-eof)
     map))
 
 (define-derived-mode gdb-inferior-io-mode comint-mode "Inferior I/O"
@@ -953,7 +954,7 @@ function is used to change the focus of GUD tooltips to #define
 directives."
   (setq gdb-active-process nil)
   (gdb-stopping ignored))
+
 (defun gdb-frame-begin (ignored)
   (let ((sink gdb-output-sink))
     (cond