changeset 23642:44cf8be6373e

(tex-start-shell): Track directory changes.
author Karl Heuer <kwzh@gnu.org>
date Thu, 05 Nov 1998 19:15:36 +0000
parents b13886e06eb2
children 701b6bdc7a22
files lisp/textmodes/tex-mode.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el	Thu Nov 05 19:12:21 1998 +0000
+++ b/lisp/textmodes/tex-mode.el	Thu Nov 05 19:15:36 1998 +0000
@@ -986,6 +986,7 @@
       (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)))))