]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-start-shell): Call compilation-minor-mode.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 Mar 1998 04:23:58 +0000 (04:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 Mar 1998 04:23:58 +0000 (04:23 +0000)
lisp/textmodes/tex-mode.el

index 6b795768a576c462f4c242606c662f7c42cc90fa..43447bcc7ab0e1bbd2c189e3299d54e7e1d24643 100644 (file)
@@ -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)))))