# HG changeset patch # User Richard M. Stallman # Date 891231838 0 # Node ID 9e91515ab6ed16b0e858d4b9a363ad386f5680de # Parent 7d4a55d38b2c6b4604cfab9ea8efd1134c43105f (tex-start-shell): Call compilation-minor-mode. diff -r 7d4a55d38b2c -r 9e91515ab6ed lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Mon Mar 30 04:21:52 1998 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Mar 30 04:23:58 1998 +0000 @@ -975,6 +975,7 @@ (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)))))