From dca5ea48d9293c3c097bda171f75074bd930bd32 Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Wed, 21 Dec 1994 15:54:30 +0000 Subject: [PATCH] Make keymap for tex-shell the shell-mode-map. --- lisp/textmodes/tex-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index ebf39c2765c..e87365bcdac 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -237,7 +237,7 @@ Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].") (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 @@ line numbers for the errors." (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) -- 2.39.5