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:
parent
b4de43a303
commit
f11436793c
@ -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)))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user