diff options
| -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) |