From fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Fri, 22 Aug 1997 08:08:26 +0000 Subject: [PATCH] Make shell-last-dir buffer-local. --- lisp/shell.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2