Make shell-last-dir buffer-local.
This commit is contained in:
parent
41886f350b
commit
fdcc1ef736
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue