Make shell-last-dir buffer-local.

This commit is contained in:
Simon Marshall 1997-08-22 08:08:26 +00:00
parent 41886f350b
commit fdcc1ef736

View file

@ -385,6 +385,7 @@ buffer."
(setq font-lock-defaults '(shell-font-lock-keywords t))
(make-local-variable 'shell-dirstack)
(setq shell-dirstack nil)
(make-local-variable 'shell-last-dir)
(setq shell-last-dir nil)
(make-local-variable 'shell-dirtrackp)
(setq shell-dirtrackp t)