* eshell/esh-util.el (eshell-path-env): Make it buffer local, in

order to support several eshell buffers in parallel.
This commit is contained in:
Jürgen Hötzel 2013-01-17 11:01:33 +01:00 committed by Michael Albinus
parent 68a08a32e3
commit 99d36ea8f6
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
* 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 <michael.albinus@gmx.de>
* autorevert.el (auto-revert-use-notify): In the :set function, do

View file

@ -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'.