# HG changeset patch # User Simon Marshall # Date 872237306 0 # Node ID 41215527a262f36c2f40b2ad56df4c0f3b1e9532 # Parent b6517e9b8e60f364068614e3ef5ce3593f624aa8 Make shell-last-dir buffer-local. diff -r b6517e9b8e60 -r 41215527a262 lisp/shell.el --- 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)