Mercurial > emacs
changeset 21315:9e91515ab6ed
(tex-start-shell): Call compilation-minor-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 Mar 1998 04:23:58 +0000 |
parents | 7d4a55d38b2c |
children | 8bfa13d10dd1 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)))))