comparison lisp/ChangeLog @ 45097:b71c3c733b9a

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Fri, 03 May 2002 20:43:36 +0000
parents 6a12412754f7
children 414803a8cca7
comparison
equal deleted inserted replaced
45096:faa83eec9ea0 45097:b71c3c733b9a
1 2002-05-03 John Wiegley <johnw@gnu.org> 1 2002-05-03 John Wiegley <johnw@gnu.org>
2
3 * eshell/esh-var.el (eshell-modify-global-environment): Added this
4 customization variable, which will cause any "export" commands
5 within any eshell buffer to modify the global Emacs environment.
6 It defaults to nil, which means that such commands will only
7 modify that Eshell buffer's environment.
8 (eshell-var-initialize): Initialize
9 `eshell-modify-global-environment'.
2 10
3 * eshell/em-cmpl.el (eshell-command-completions-alist): Improved 11 * eshell/em-cmpl.el (eshell-command-completions-alist): Improved
4 default completion targets for objdump, nm and readelf. 12 default completion targets for objdump, nm and readelf.
5 13
6 2002-05-03 Colin Walters <walters@verbum.org> 14 2002-05-03 Colin Walters <walters@verbum.org>