Eliminate mistaken extra binding for C-c C-u in interaction mode.
authorChris Hanson <org/chris-hanson/cph>
Wed, 18 Nov 1998 03:32:14 +0000 (03:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 18 Nov 1998 03:32:14 +0000 (03:32 +0000)
v7/src/edwin/intmod.scm

index 92c7836fac9e0d2607e23bb27fa518e420066f88..c26c8a12dd167d8a45dbd84c11e5ba097ce749c5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: intmod.scm,v 1.93 1998/06/21 09:02:01 cph Exp $
+;;;    $Id: intmod.scm,v 1.94 1998/11/18 03:32:14 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-98 Massachusetts Institute of Technology
 ;;;
@@ -428,7 +428,7 @@ The REPL may be controlled by the following commands:
 (define-key 'inferior-repl '(#\C-c #\C-o) 'inferior-repl-flush-output)
 (define-key 'inferior-repl '(#\C-c #\C-r) 'comint-history-search-backward)
 (define-key 'inferior-repl '(#\C-c #\C-s) 'comint-history-search-forward)
-(define-key 'inferior-repl '(#\C-c #\C-u) 'comint-kill-input)
+;;(define-key 'inferior-repl '(#\C-c #\C-u) 'comint-kill-input)
 
 (define-key 'inferior-repl '(#\C-c #\C-d) 'inferior-repl-debug)
 \f