Mercurial > emacs
changeset 10197:66681eddfd70
Make keymap for tex-shell the shell-mode-map.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Wed, 21 Dec 1994 15:54:30 +0000 |
parents | b3ba0a974d14 |
children | aa59550d809f |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Wed Dec 21 14:39:36 1994 +0000 +++ b/lisp/textmodes/tex-mode.el Wed Dec 21 15:54:30 1994 +0000 @@ -237,7 +237,7 @@ (defvar tex-shell-map nil "Keymap for the TeX shell. -Inherits `comint-mode-map' with a few additions.") +Inherits `shell-mode-map' with a few additions.") (defvar compare-windows-whitespace) ; Pacify the byte-compiler @@ -825,7 +825,7 @@ (set-process-sentinel proc 'tex-shell-sentinel) (process-kill-without-query proc) (setq comint-prompt-regexp shell-prompt-pattern) - (setq tex-shell-map (copy-keymap comint-mode-map)) + (setq tex-shell-map (copy-keymap shell-mode-map)) (tex-define-common-keys tex-shell-map) (use-local-map tex-shell-map) (run-hooks 'tex-shell-hook)