From: Simon Marshall Date: Fri, 22 Aug 1997 08:08:26 +0000 (+0000) Subject: Make shell-last-dir buffer-local. X-Git-Tag: emacs-20.1~479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdcc1ef736e9c3c128efea4c6fdde10b85c9a0eb;p=emacs.git Make shell-last-dir buffer-local. --- 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)