From dd749c1fdc9046d77177a3b3cedb678c5288e9ea Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 19 Oct 2000 03:46:11 +0000 Subject: [PATCH] (comint-mode-map): Bind `C-c C-s' to comint-write-output. --- lisp/comint.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/comint.el b/lisp/comint.el index 2569ce434d9..382b15f4a74 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -555,6 +555,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'." (define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt) (define-key comint-mode-map "\C-c\C-p" 'comint-previous-prompt) (define-key comint-mode-map "\C-c\C-d" 'comint-send-eof) + (define-key comint-mode-map "\C-c\C-s" 'comint-write-output) ;; Mouse Buttons: (define-key comint-mode-map [mouse-2] 'comint-insert-clicked-input) ;; Menu bars: -- 2.39.5