From 99d36ea8f65a9357da8c3f018bf3d462aa07bc83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20H=C3=B6tzel?= Date: Thu, 17 Jan 2013 11:01:33 +0100 Subject: [PATCH] * eshell/esh-util.el (eshell-path-env): Make it buffer local, in order to support several eshell buffers in parallel. --- lisp/ChangeLog | 5 +++++ lisp/eshell/esh-util.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8924318676..8dc238f937b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-01-17 Jürgen Hötzel + + * eshell/esh-util.el (eshell-path-env): Make it buffer local, in + order to support several eshell buffers in parallel. + 2013-01-17 Michael Albinus * autorevert.el (auto-revert-use-notify): In the :set function, do diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 2f49a21e76c..f9b86219e9b 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -229,6 +229,7 @@ If N or M is nil, it means the end of the list." "Content of $PATH. It might be different from \(getenv \"PATH\"\), when `default-directory' points to a remote host.") +(make-variable-buffer-local 'eshell-path-env) (defun eshell-parse-colon-path (path-env) "Split string with `parse-colon-path'. -- 2.39.5