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:
parent
460e1b7d32
commit
2974ad46db
@ -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)))))
|
||||
|
Loading…
Reference in New Issue
Block a user