summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-04-15 19:25:34 +0000
committerKarl Heuer <kwzh@gnu.org>1994-04-15 19:25:34 +0000
commit63ab7e8f1a917b8df72e1ef735315f08b147dacf (patch)
tree169170caf9cc58dce9b70114cf851eddc45d8ace /lisp/comint.el
parent0f800451f90fa04c6ad51c2dc17ffd5ecc273abd (diff)
downloademacs-63ab7e8f1a917b8df72e1ef735315f08b147dacf.tar.gz
Doc fix.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
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)