aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ.D. Smith2006-04-19 21:17:12 +0000
committerJ.D. Smith2006-04-19 21:17:12 +0000
commit374407b3dbda04e629259ea624901213625f9fcf (patch)
tree179979ec804353cdbb25ec1f806fc3ab36496c85
parent02195654f6366b916d4e00fb7819eae680e7e25b (diff)
downloademacs-374407b3dbda04e629259ea624901213625f9fcf.tar.gz
emacs-374407b3dbda04e629259ea624901213625f9fcf.zip
Remove C-c C-j binding.
-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."
465 (define-key map "\C-c\C-l" 'comint-dynamic-list-input-ring) 465 (define-key map "\C-c\C-l" 'comint-dynamic-list-input-ring)
466 (define-key map "\C-c\C-n" 'comint-next-prompt) 466 (define-key map "\C-c\C-n" 'comint-next-prompt)
467 (define-key map "\C-c\C-p" 'comint-previous-prompt) 467 (define-key map "\C-c\C-p" 'comint-previous-prompt)
468 (define-key map "\C-c\C-j" 'comint-restore-input)
469 (define-key map "\C-c\C-d" 'comint-send-eof) 468 (define-key map "\C-c\C-d" 'comint-send-eof)
470 (define-key map "\C-c\C-s" 'comint-write-output) 469 (define-key map "\C-c\C-s" 'comint-write-output)
471 (define-key map "\C-c." 'comint-insert-previous-argument) 470 (define-key map "\C-c." 'comint-insert-previous-argument)