summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-09 00:57:19 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-09 00:57:19 +0000
commit0d73fba20cd4279862fc327232a083d72e4fe98b (patch)
treea32c48c53eb48d136f1f7c189922ba77fec826d4 /lisp/comint.el
parent1b465ac88a99b784ab98e2ea547166a0a526df8a (diff)
downloademacs-0d73fba20cd4279862fc327232a083d72e4fe98b.tar.gz
(comint-mode-map): Delete C-c C-y binding.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index d660ff48831..6881f6acd64 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -282,7 +282,6 @@ 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-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
)