# HG changeset patch # User J.D. Smith # Date 1145481432 0 # Node ID 9f7f8828a94223e960415f0a567aea7b2eca2e84 # Parent 3c44c07bc4f0c55436b69f83bbd4a4133d853a45 Remove C-c C-j binding. diff -r 3c44c07bc4f0 -r 9f7f8828a942 lisp/comint.el --- a/lisp/comint.el Wed Apr 19 21:03:23 2006 +0000 +++ b/lisp/comint.el Wed Apr 19 21:17:12 2006 +0000 @@ -465,7 +465,6 @@ (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)