aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)