diff lisp/comint.el @ 32633:dbe52563690e

(comint-mode-map): Bind `C-c C-s' to comint-write-output.
author Miles Bader <miles@gnu.org>
date Thu, 19 Oct 2000 03:46:11 +0000
parents ba88cc6434f3
children 9a3072529aa5
line wrap: on
line diff
--- a/lisp/comint.el	Thu Oct 19 02:12:30 2000 +0000
+++ b/lisp/comint.el	Thu Oct 19 03:46:11 2000 +0000
@@ -555,6 +555,7 @@
   (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: