Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.68 emacs/lisp/progmodes/gdb-ui.el:1.69
*** emacs/lisp/progmodes/gdb-ui.el:1.68 Sun May 22 12:37:24 2005
--- emacs/lisp/progmodes/gdb-ui.el Mon May 23 23:38:29 2005
***************
*** 698,703 ****
--- 698,704 ----
(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,959 ****
directives."
(setq gdb-active-process nil)
(gdb-stopping ignored))
!
(defun gdb-frame-begin (ignored)
(let ((sink gdb-output-sink))
(cond
--- 954,960 ----
directives."
(setq gdb-active-process nil)
(gdb-stopping ignored))
!
(defun gdb-frame-begin (ignored)
(let ((sink gdb-output-sink))
(cond
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs