summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1997-08-22 08:08:26 +0000
committerSimon Marshall <simon@gnu.org>1997-08-22 08:08:26 +0000
commitfdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb (patch)
tree8c9583f1e62a80df6cb56088b4211a8b7bd8f749 /lisp/shell.el
parent41886f350b77aad07fb6d42053dda192764bb31c (diff)
downloademacs-fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb.tar.gz
Make shell-last-dir buffer-local.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el1
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)