# HG changeset patch # User John Wiegley # Date 1020458616 0 # Node ID b71c3c733b9ab6b2dad93b03e0eef16871c97b37 # Parent faa83eec9ea0c42daf967f2b3d317b3cb39962e6 *** empty log message *** diff -r faa83eec9ea0 -r b71c3c733b9a lisp/ChangeLog --- 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 + * 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.