]> git.eshelyaron.com Git - emacs.git/commitdiff
* eshell/esh-util.el (eshell-path-env): Make it buffer local, in
authorJürgen Hötzel <juergen@archlinux.org>
Thu, 17 Jan 2013 10:01:33 +0000 (11:01 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 17 Jan 2013 10:01:33 +0000 (11:01 +0100)
order to support several eshell buffers in parallel.

lisp/ChangeLog
lisp/eshell/esh-util.el

index a8924318676b7c9c9e2cd46eb625e192d823acf9..8dc238f937bf6160b6ca43e43c2c64d107bdb1ea 100644 (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
index 2f49a21e76cecbb87d7aa6870488cdb8a80c76c6..f9b86219e9ba2ec516e6c0ad3f3961c0490b132a 100644 (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'.