]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove C-c C-j binding.
authorJ.D. Smith <jdsmith@as.arizona.edu>
Wed, 19 Apr 2006 21:17:12 +0000 (21:17 +0000)
committerJ.D. Smith <jdsmith@as.arizona.edu>
Wed, 19 Apr 2006 21:17:12 +0000 (21:17 +0000)
lisp/comint.el

index a44e252ca97eb4e0fc0b4b18f519287b6803da84..f8edc85c1ac1d3d10204912fc8f04bdd0161d19b 100644 (file)
@@ -465,7 +465,6 @@ executed once when the buffer is created."
     (define-key map "\C-c\C-l"           'comint-dynamic-list-input-ring)
     (define-key map "\C-c\C-n"           'comint-next-prompt)
     (define-key map "\C-c\C-p"           'comint-previous-prompt)
-    (define-key map "\C-c\C-j"           'comint-restore-input)
     (define-key map "\C-c\C-d"           'comint-send-eof)
     (define-key map "\C-c\C-s"           'comint-write-output)
     (define-key map "\C-c."      'comint-insert-previous-argument)