]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJohn Wiegley <johnw@newartisans.com>
Fri, 3 May 2002 20:43:36 +0000 (20:43 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 3 May 2002 20:43:36 +0000 (20:43 +0000)
lisp/ChangeLog

index 2abf07d2d5a1453ea3c6dca252eaafc50c2f591d..6d34887934de6a0956381ff1c8cebe29d5a641d2 100644 (file)
@@ -1,5 +1,13 @@
 2002-05-03  John Wiegley  <johnw@gnu.org>
 
+       * eshell/esh-var.el (eshell-modify-global-environment): Added this
+       customization variable, which will cause any "export" commands
+       within any eshell buffer to modify the global Emacs environment.
+       It defaults to nil, which means that such commands will only
+       modify that Eshell buffer's environment.
+       (eshell-var-initialize): Initialize
+       `eshell-modify-global-environment'.
+
        * eshell/em-cmpl.el (eshell-command-completions-alist): Improved
        default completion targets for objdump, nm and readelf.