diff options
| author | Glenn Morris | 2013-09-13 09:11:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-13 09:11:19 -0700 |
| commit | 6ad9cb087a85c5bb0d7010db98dab006f23c4f1d (patch) | |
| tree | 92500bb4397a151b50ce386c321e58b47f9f2af3 /test/ChangeLog | |
| parent | aad3612f9eb7280bd4db8ee697186e75b1e82765 (diff) | |
| download | emacs-6ad9cb087a85c5bb0d7010db98dab006f23c4f1d.tar.gz emacs-6ad9cb087a85c5bb0d7010db98dab006f23c4f1d.zip | |
* test/automated/eshell.el (eshell-test-command-result): New,
again using a temp directory.
Replace eshell-command-result with this throughout.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index de1676341e5..4330b77e21e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * automated/eshell.el (with-temp-eshell): | 3 | * automated/eshell.el (with-temp-eshell): |
| 4 | Use a temp directory for eshell-directory-name. | 4 | Use a temp directory for eshell-directory-name. |
| 5 | (eshell-test-command-result): New, again using a temp directory. | ||
| 6 | Replace eshell-command-result with this throughout. | ||
| 5 | 7 | ||
| 6 | 2013-09-12 Glenn Morris <rgm@gnu.org> | 8 | 2013-09-12 Glenn Morris <rgm@gnu.org> |
| 7 | 9 | ||