From 2974ad46db6d384c9324428313c05d7dc9b1a63a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 Mar 1998 04:23:58 +0000 Subject: [PATCH] (tex-start-shell): Call compilation-minor-mode. --- lisp/textmodes/tex-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 6b795768a57..43447bcc7ab 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -975,6 +975,7 @@ Mark is left at original location." (setq tex-shell-map (nconc (make-sparse-keymap) shell-mode-map)) (tex-define-common-keys tex-shell-map) (use-local-map tex-shell-map) + (compilation-minor-mode) (run-hooks 'tex-shell-hook) (while (zerop (buffer-size)) (sleep-for 1))))) -- 2.39.2