diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/comint.el | 1 |
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 ) |