From: Karl Heuer Date: Fri, 15 Apr 1994 19:25:34 +0000 (+0000) Subject: Doc fix. X-Git-Tag: emacs-19.34~8963 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/63ab7e8f1a917b8df72e1ef735315f08b147dacf Doc fix. --- diff --git a/lisp/comint.el b/lisp/comint.el index 2e05548ae4..6c3993d73e 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)