* 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:
parent
68a08a32e3
commit
99d36ea8f6
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue