1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(tex-start-shell): Track directory changes.

This commit is contained in:
Karl Heuer 1998-11-05 19:15:36 +00:00
parent b4de43a303
commit f11436793c

View File

@ -986,6 +986,7 @@ Mark is left at original location."
(use-local-map tex-shell-map)
(compilation-minor-mode)
(run-hooks 'tex-shell-hook)
(setq comint-input-filter-functions 'shell-directory-tracker)
(while (zerop (buffer-size))
(sleep-for 1)))))