diff options
| author | Glenn Morris | 2014-05-21 19:33:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-21 19:33:07 -0700 |
| commit | ff965efb03f29b5003c8ace7cfe4510f643b8706 (patch) | |
| tree | 5d8b7fdcfbb8244968453733043e9e4cc90afa91 /test/ChangeLog | |
| parent | f23423f322a99144efb04fee994408f2570fb80f (diff) | |
| download | emacs-ff965efb03f29b5003c8ace7cfe4510f643b8706.tar.gz emacs-ff965efb03f29b5003c8ace7cfe4510f643b8706.zip | |
Tweak previous bytecomp-tests.el change
* test/automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
Fix handling of temporary elc files.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index d42c0174a2c..d56e62283b4 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2014-05-22 Glenn Morris <rgm@gnu.org> | 1 | 2014-05-22 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/bytecomp-tests.el (test-byte-comp-compile-and-load): | 3 | * automated/bytecomp-tests.el (test-byte-comp-compile-and-load): |
| 4 | Avoid leaving empty .elc tempfiles behind. | 4 | Fix handling of temporary elc files. |
| 5 | 5 | ||
| 6 | * automated/fns-tests.el (fns-tests-nreverse): | 6 | * automated/fns-tests.el (fns-tests-nreverse): |
| 7 | Update for changed string behavior. | 7 | Update for changed string behavior. |