Mercurial > emacs
changeset 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 | c7ca5be1acff |
children | cf373580ab4b |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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: