1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

(tex-start-shell): Call compilation-minor-mode.

This commit is contained in:
Richard M. Stallman 1998-03-30 04:23:58 +00:00
parent 460e1b7d32
commit 2974ad46db

View 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)))))