diff options
author | Simon Marshall <simon@gnu.org> | 1997-08-22 08:08:26 +0000 |
---|---|---|
committer | Simon Marshall <simon@gnu.org> | 1997-08-22 08:08:26 +0000 |
commit | fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb (patch) | |
tree | 8c9583f1e62a80df6cb56088b4211a8b7bd8f749 /lisp/shell.el | |
parent | 41886f350b77aad07fb6d42053dda192764bb31c (diff) | |
download | emacs-fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb.tar.gz |
Make shell-last-dir buffer-local.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 144bafec08e..9fbfd61e226 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -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) |