changeset 45097:b71c3c733b9a

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Fri, 03 May 2002 20:43:36 +0000
parents faa83eec9ea0
children 06120f91eb06
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 03 20:42:33 2002 +0000
+++ b/lisp/ChangeLog	Fri May 03 20:43:36 2002 +0000
@@ -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.