diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-30 04:23:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-30 04:23:58 +0000 |
commit | 2974ad46db6d384c9324428313c05d7dc9b1a63a (patch) | |
tree | f4faa41fa0f6e8165286ee1904a3ab5f7b9253f3 /lisp/textmodes | |
parent | 460e1b7d328d2ecdabbc7ba19bddbae120411aaa (diff) | |
download | emacs-2974ad46db6d384c9324428313c05d7dc9b1a63a.tar.gz |
(tex-start-shell): Call compilation-minor-mode.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 1 |
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))))) |