diff options
author | J.D. Smith <jdsmith@as.arizona.edu> | 2006-04-19 21:17:12 +0000 |
---|---|---|
committer | J.D. Smith <jdsmith@as.arizona.edu> | 2006-04-19 21:17:12 +0000 |
commit | 374407b3dbda04e629259ea624901213625f9fcf (patch) | |
tree | 179979ec804353cdbb25ec1f806fc3ab36496c85 /lisp/comint.el | |
parent | 02195654f6366b916d4e00fb7819eae680e7e25b (diff) | |
download | emacs-374407b3dbda04e629259ea624901213625f9fcf.tar.gz |
Remove C-c C-j binding.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index a44e252ca97..f8edc85c1ac 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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) |