From: Richard M. Stallman Date: Mon, 30 Mar 1998 04:23:58 +0000 (+0000) Subject: (tex-start-shell): Call compilation-minor-mode. X-Git-Tag: emacs-20.3~1759 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2974ad46db6d384c9324428313c05d7dc9b1a63a;p=emacs.git (tex-start-shell): Call compilation-minor-mode. --- 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)))))