diff options
| author | Glenn Morris | 2013-09-14 17:10:45 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-14 17:10:45 -0700 |
| commit | 1e53bb4bf2754c724bcb894e730fd77e25dae80c (patch) | |
| tree | 446081c5b29310e9bf0a798c75b6505b867a5b81 /test/ChangeLog | |
| parent | 0d8863b3b1829f8e53da8dff9ffc2dab60390da6 (diff) | |
| download | emacs-1e53bb4bf2754c724bcb894e730fd77e25dae80c.tar.gz emacs-1e53bb4bf2754c724bcb894e730fd77e25dae80c.zip | |
* lisp/eshell/esh-cmd.el (eshell--local-vars): New variable.
(eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
* lisp/eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
* test/automated/eshell.el (eshell-test/for-name-shadow-loop):
New test.
(eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
Fixes: debbugs:15372
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 21b22425fb6..85119db69f2 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-09-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/eshell.el (eshell-test/for-name-shadow-loop): | ||
| 4 | New test. (Bug#15372) | ||
| 5 | (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix. | ||
| 6 | |||
| 1 | 2013-09-13 Glenn Morris <rgm@gnu.org> | 7 | 2013-09-13 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * automated/eshell.el (with-temp-eshell): | 9 | * automated/eshell.el (with-temp-eshell): |