summaryrefslogtreecommitdiff
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
commit04856988fb363173f8cb64bf2b3ceebca69d8ed4 (patch)
tree217ce4d79add96dfb37d4408ef222d045e6a14a1
parentf35879ae2c7dd4c55c82a9f6c2c8c8e0c2635193 (diff)
downloademacs-04856988fb363173f8cb64bf2b3ceebca69d8ed4.tar.gz
Make shell-last-dir buffer-local.
-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)