changeset 19469:41215527a262

Make shell-last-dir buffer-local.
author Simon Marshall <simon@gnu.org>
date Fri, 22 Aug 1997 08:08:26 +0000
parents b6517e9b8e60
children d7a004efd7ab
files lisp/shell.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/shell.el	Fri Aug 22 06:14:20 1997 +0000
+++ b/lisp/shell.el	Fri Aug 22 08:08:26 1997 +0000
@@ -385,6 +385,7 @@
   (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)