summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorJ.D. Smith <jdsmith@as.arizona.edu>2006-04-19 21:17:12 +0000
committerJ.D. Smith <jdsmith@as.arizona.edu>2006-04-19 21:17:12 +0000
commit374407b3dbda04e629259ea624901213625f9fcf (patch)
tree179979ec804353cdbb25ec1f806fc3ab36496c85 /lisp/comint.el
parent02195654f6366b916d4e00fb7819eae680e7e25b (diff)
downloademacs-374407b3dbda04e629259ea624901213625f9fcf.tar.gz
Remove C-c C-j binding.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el1
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)