diff options
| author | Karl Heuer | 1998-11-05 19:15:36 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-11-05 19:15:36 +0000 |
| commit | f11436793ceadaa3428eea0281fd1689802065b8 (patch) | |
| tree | c122897cf27882b7a6562f018851f2d728583b3a | |
| parent | b4de43a3034309b243f686faf08cfa69c13bfca0 (diff) | |
| download | emacs-f11436793ceadaa3428eea0281fd1689802065b8.tar.gz emacs-f11436793ceadaa3428eea0281fd1689802065b8.zip | |
(tex-start-shell): Track directory changes.
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 35009328e9a..41ff4204de4 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -986,6 +986,7 @@ Mark is left at original location." | |||
| 986 | (use-local-map tex-shell-map) | 986 | (use-local-map tex-shell-map) |
| 987 | (compilation-minor-mode) | 987 | (compilation-minor-mode) |
| 988 | (run-hooks 'tex-shell-hook) | 988 | (run-hooks 'tex-shell-hook) |
| 989 | (setq comint-input-filter-functions 'shell-directory-tracker) | ||
| 989 | (while (zerop (buffer-size)) | 990 | (while (zerop (buffer-size)) |
| 990 | (sleep-for 1))))) | 991 | (sleep-for 1))))) |
| 991 | 992 | ||