diff options
| author | Daniel Colascione | 2014-04-21 02:34:21 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-21 02:34:21 -0700 |
| commit | 985c035f2d4cf326a816fe463c400be96e358be2 (patch) | |
| tree | 8db28fe4100f4e5988824dcc956fd6a7088e98ae /test/ChangeLog | |
| parent | 0c8d94555ce550d87afd6293bf5d17e864c13864 (diff) | |
| download | emacs-985c035f2d4cf326a816fe463c400be96e358be2.tar.gz emacs-985c035f2d4cf326a816fe463c400be96e358be2.zip | |
Correctly treat progn contents as toplevel forms when byte compiling
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 942455ad22b..4003a24bc6b 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-04-21 Daniel Colascione <dancol@dancol.org> | 1 | 2014-04-21 Daniel Colascione <dancol@dancol.org> |
| 2 | 2 | ||
| 3 | * automated/bytecomp-tests.el (test-byte-comp-compile-and-load): | ||
| 4 | New function. | ||
| 5 | (test-byte-comp-macro-expansion) | ||
| 6 | (test-byte-comp-macro-expansion-eval-and-compile) | ||
| 7 | (test-byte-comp-macro-expansion-eval-when-compile) | ||
| 8 | (test-byte-comp-macro-expand-lexical-override): New tests. | ||
| 9 | |||
| 3 | * automated/cl-lib.el (cl-loop-destructuring-with): New test. | 10 | * automated/cl-lib.el (cl-loop-destructuring-with): New test. |
| 4 | (cl-the): Fix cl-the test. | 11 | (cl-the): Fix cl-the test. |
| 5 | 12 | ||