]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-start-shell): Track directory changes.
authorKarl Heuer <kwzh@gnu.org>
Thu, 5 Nov 1998 19:15:36 +0000 (19:15 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 5 Nov 1998 19:15:36 +0000 (19:15 +0000)
lisp/textmodes/tex-mode.el

index 35009328e9a7dfa9094f3aa0d35aa32a7c62485e..41ff4204de428d7fe4d6ac43065f730b6deead3a 100644 (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)))))