aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-23 23:38:29 +0000
committerNick Roberts2005-05-23 23:38:29 +0000
commit086d0593ece61454cfcd542fd50e742dadc55cc9 (patch)
tree1cff0821627d32ad95673176e31d1f6039c51cb9
parentfcaed7ce73dd52015af9a56be9d3c6140e033d98 (diff)
downloademacs-086d0593ece61454cfcd542fd50e742dadc55cc9.tar.gz
emacs-086d0593ece61454cfcd542fd50e742dadc55cc9.zip
(gdb-inferior-io-mode-map): Bind gdb-inferior-io-eof to C-d.
-rw-r--r--lisp/progmodes/gdb-ui.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el
index 9f7f69e346d..1a26b64beca 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -698,6 +698,7 @@ The key should be one of the cars in `gdb-buffer-rules-assoc'."
698 (define-key map "\C-c\C-z" 'gdb-inferior-io-stop) 698 (define-key map "\C-c\C-z" 'gdb-inferior-io-stop)
699 (define-key map "\C-c\C-\\" 'gdb-inferior-io-quit) 699 (define-key map "\C-c\C-\\" 'gdb-inferior-io-quit)
700 (define-key map "\C-c\C-d" 'gdb-inferior-io-eof) 700 (define-key map "\C-c\C-d" 'gdb-inferior-io-eof)
701 (define-key map "\C-d" 'gdb-inferior-io-eof)
701 map)) 702 map))
702 703
703(define-derived-mode gdb-inferior-io-mode comint-mode "Inferior I/O" 704(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
953directives." 954directives."
954 (setq gdb-active-process nil) 955 (setq gdb-active-process nil)
955 (gdb-stopping ignored)) 956 (gdb-stopping ignored))
956 957
957(defun gdb-frame-begin (ignored) 958(defun gdb-frame-begin (ignored)
958 (let ((sink gdb-output-sink)) 959 (let ((sink gdb-output-sink))
959 (cond 960 (cond