emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Mon, 23 May 2005 19:38:29 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]