diff options
| author | J.D. Smith | 2006-04-19 21:17:12 +0000 |
|---|---|---|
| committer | J.D. Smith | 2006-04-19 21:17:12 +0000 |
| commit | 374407b3dbda04e629259ea624901213625f9fcf (patch) | |
| tree | 179979ec804353cdbb25ec1f806fc3ab36496c85 | |
| parent | 02195654f6366b916d4e00fb7819eae680e7e25b (diff) | |
| download | emacs-374407b3dbda04e629259ea624901213625f9fcf.tar.gz emacs-374407b3dbda04e629259ea624901213625f9fcf.zip | |
Remove C-c C-j binding.
| -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." | |||
| 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) |