From: John Wiegley Date: Fri, 3 May 2002 20:43:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3399c752794a5c872d733fedb53d865f3c4ca268;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2abf07d2d5a..6d34887934d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.