aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 469c8c12fcd..9b7a0db3190 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -400,7 +400,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'."
400 (define-key comint-mode-map "\e\C-l" 'comint-show-output) 400 (define-key comint-mode-map "\e\C-l" 'comint-show-output)
401 (define-key comint-mode-map "\C-m" 'comint-send-input) 401 (define-key comint-mode-map "\C-m" 'comint-send-input)
402 (define-key comint-mode-map "\C-d" 'comint-delchar-or-maybe-eof) 402 (define-key comint-mode-map "\C-d" 'comint-delchar-or-maybe-eof)
403 (define-key comint-mode-map "\C-a" 'comint-bol) 403 (define-key comint-mode-map "\C-c\C-a" 'comint-bol)
404 (define-key comint-mode-map "\C-c\C-u" 'comint-kill-input) 404 (define-key comint-mode-map "\C-c\C-u" 'comint-kill-input)
405 (define-key comint-mode-map "\C-c\C-w" 'backward-kill-word) 405 (define-key comint-mode-map "\C-c\C-w" 'backward-kill-word)
406 (define-key comint-mode-map "\C-c\C-c" 'comint-interrupt-subjob) 406 (define-key comint-mode-map "\C-c\C-c" 'comint-interrupt-subjob)