emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111543: * eshell/esh-util.el (eshell


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111543: * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
Date: Thu, 17 Jan 2013 11:01:33 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111543
author: Jürgen Hötzel <address@hidden>
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Thu 2013-01-17 11:01:33 +0100
message:
  * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
  order to support several eshell buffers in parallel.
modified:
  lisp/ChangeLog
  lisp/eshell/esh-util.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-17 09:06:47 +0000
+++ b/lisp/ChangeLog    2013-01-17 10:01:33 +0000
@@ -1,3 +1,8 @@
+2013-01-17  Jürgen Hötzel  <address@hidden>
+
+       * 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  <address@hidden>
 
        * autorevert.el (auto-revert-use-notify): In the :set function, do

=== modified file 'lisp/eshell/esh-util.el'
--- a/lisp/eshell/esh-util.el   2013-01-01 09:11:05 +0000
+++ b/lisp/eshell/esh-util.el   2013-01-17 10:01:33 +0000
@@ -229,6 +229,7 @@
   "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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]