Mercurial > emacs
changeset 62659:2a8fbbf1f0f4
(gdb-inferior-io-mode-map): Bind gdb-inferior-io-eof to C-d.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 23 May 2005 23:38:29 +0000 |
parents | 4c2b5f50f981 |
children | a3b4d6c789db |
files | lisp/progmodes/gdb-ui.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el Mon May 23 23:36:18 2005 +0000 +++ b/lisp/progmodes/gdb-ui.el Mon May 23 23:38:29 2005 +0000 @@ -698,6 +698,7 @@ (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 @@ directives." (setq gdb-active-process nil) (gdb-stopping ignored)) - + (defun gdb-frame-begin (ignored) (let ((sink gdb-output-sink)) (cond