From 63ab7e8f1a917b8df72e1ef735315f08b147dacf Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 15 Apr 1994 19:25:34 +0000 Subject: [PATCH] Doc fix. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index 2e05548ae40..6c3993d73eb 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2029,7 +2029,7 @@ Typing SPC flushes the help buffer." ;;; ;;; (defvar shell-mode-map '()) ;;; (cond ((not shell-mode-map) -;;; (setq shell-mode-map (full-copy-sparse-keymap comint-mode-map)) +;;; (setq shell-mode-map (copy-keymap comint-mode-map)) ;;; (define-key shell-mode-map "\C-c\C-f" 'shell-forward-command) ;;; (define-key shell-mode-map "\C-c\C-b" 'shell-backward-command) ;;; (define-key shell-mode-map "\t" 'comint-dynamic-complete) -- 2.11.4.GIT