# HG changeset patch # User Karl Heuer # Date 910293336 0 # Node ID 44cf8be6373e820345ec07c180e51f633749596d # Parent b13886e06eb258cd0513f38c6ffe6d5d0675e230 (tex-start-shell): Track directory changes. diff -r b13886e06eb2 -r 44cf8be6373e lisp/textmodes/tex-mode.el --- 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)))))