Mercurial > emacs
changeset 7048:d4575065e6aa
(comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Apr 1994 06:52:33 +0000 |
parents | 978daca51b6b |
children | 47965b6c2195 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sat Apr 23 06:02:52 1994 +0000 +++ b/lisp/comint.el Sat Apr 23 06:52:33 1994 +0000 @@ -406,7 +406,7 @@ (define-key comint-mode-map "\C-c\C-o" 'comint-kill-output) (define-key comint-mode-map "\C-c\C-r" 'comint-show-output) (define-key comint-mode-map "\C-c\C-e" 'comint-show-maximum-output) - (define-key comint-mode-map "\C-c\C-h" 'comint-dynamic-list-input-ring) + (define-key comint-mode-map "\C-c\C-l" 'comint-dynamic-list-input-ring) (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)