aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-21 02:34:21 -0700
committerDaniel Colascione2014-04-21 02:34:21 -0700
commit985c035f2d4cf326a816fe463c400be96e358be2 (patch)
tree8db28fe4100f4e5988824dcc956fd6a7088e98ae /test/ChangeLog
parent0c8d94555ce550d87afd6293bf5d17e864c13864 (diff)
downloademacs-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/ChangeLog7
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 @@
12014-04-21 Daniel Colascione <dancol@dancol.org> 12014-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