Mercurial > emacs
changeset 70116:9f7f8828a942
Remove C-c C-j binding.
author | J.D. Smith <jdsmith@as.arizona.edu> |
---|---|
date | Wed, 19 Apr 2006 21:17:12 +0000 |
parents | 3c44c07bc4f0 |
children | 13078b41e1eb |
files | lisp/comint.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)