aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-23 06:52:33 +0000
committerRichard M. Stallman1994-04-23 06:52:33 +0000
commit4bec19b298aebe067e56add1f0ac33284e08e7e8 (patch)
tree8353276b49d280422321a244820845c58451750a /lisp
parent0799a502cd09404d19383419ae1a235632237aa4 (diff)
downloademacs-4bec19b298aebe067e56add1f0ac33284e08e7e8.tar.gz
emacs-4bec19b298aebe067e56add1f0ac33284e08e7e8.zip
(comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index a5b0cfe5b33..c6edeecbed5 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -406,7 +406,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'."
406 (define-key comint-mode-map "\C-c\C-o" 'comint-kill-output) 406 (define-key comint-mode-map "\C-c\C-o" 'comint-kill-output)
407 (define-key comint-mode-map "\C-c\C-r" 'comint-show-output) 407 (define-key comint-mode-map "\C-c\C-r" 'comint-show-output)
408 (define-key comint-mode-map "\C-c\C-e" 'comint-show-maximum-output) 408 (define-key comint-mode-map "\C-c\C-e" 'comint-show-maximum-output)
409 (define-key comint-mode-map "\C-c\C-h" 'comint-dynamic-list-input-ring) 409 (define-key comint-mode-map "\C-c\C-l" 'comint-dynamic-list-input-ring)
410 (define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt) 410 (define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt)
411 (define-key comint-mode-map "\C-c\C-p" 'comint-previous-prompt) 411 (define-key comint-mode-map "\C-c\C-p" 'comint-previous-prompt)
412 (define-key comint-mode-map "\C-c\C-d" 'comint-send-eof) 412 (define-key comint-mode-map "\C-c\C-d" 'comint-send-eof)