Mercurial > emacs
changeset 4496:c9b46e3fe749
(comint-mode-map): Delete C-c C-y binding.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Aug 1993 00:57:19 +0000 |
parents | 8e8321e76af5 |
children | 820df40f1e8c |
files | lisp/comint.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Mon Aug 09 00:08:55 1993 +0000 +++ b/lisp/comint.el Mon Aug 09 00:57:19 1993 +0000 @@ -282,7 +282,6 @@ (define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt) (define-key comint-mode-map "\C-c\C-p" 'comint-prev-prompt) (define-key comint-mode-map "\C-c\C-d" 'comint-send-eof) - (define-key comint-mode-map "\C-c\C-y" 'comint-previous-input) ;v18 binding )