aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorSimon Marshall1997-08-22 08:08:26 +0000
committerSimon Marshall1997-08-22 08:08:26 +0000
commitfdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb (patch)
tree8c9583f1e62a80df6cb56088b4211a8b7bd8f749 /lisp/shell.el
parent41886f350b77aad07fb6d42053dda192764bb31c (diff)
downloademacs-fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb.tar.gz
emacs-fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb.zip
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."
385 (setq font-lock-defaults '(shell-font-lock-keywords t)) 385 (setq font-lock-defaults '(shell-font-lock-keywords t))
386 (make-local-variable 'shell-dirstack) 386 (make-local-variable 'shell-dirstack)
387 (setq shell-dirstack nil) 387 (setq shell-dirstack nil)
388 (make-local-variable 'shell-last-dir)
388 (setq shell-last-dir nil) 389 (setq shell-last-dir nil)
389 (make-local-variable 'shell-dirtrackp) 390 (make-local-variable 'shell-dirtrackp)
390 (setq shell-dirtrackp t) 391 (setq shell-dirtrackp t)