summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-30 04:23:58 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-30 04:23:58 +0000
commit2974ad46db6d384c9324428313c05d7dc9b1a63a (patch)
treef4faa41fa0f6e8165286ee1904a3ab5f7b9253f3 /lisp/textmodes
parent460e1b7d328d2ecdabbc7ba19bddbae120411aaa (diff)
downloademacs-2974ad46db6d384c9324428313c05d7dc9b1a63a.tar.gz
(tex-start-shell): Call compilation-minor-mode.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/tex-mode.el1
1 files changed, 1 insertions, 0 deletions
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)))))