aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/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 /lisp/ChangeLog
parent0c8d94555ce550d87afd6293bf5d17e864c13864 (diff)
downloademacs-985c035f2d4cf326a816fe463c400be96e358be2.tar.gz
emacs-985c035f2d4cf326a816fe463c400be96e358be2.zip
Correctly treat progn contents as toplevel forms when byte compiling
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb91bbcb4d9..3c5dc44010b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12014-04-21 Daniel Colascione <dancol@dancol.org> 12014-04-21 Daniel Colascione <dancol@dancol.org>
2 2
3 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New
4 function.
5 (byte-compile-recurse-toplevel,
6 (byte-compile-initial-macro-environment,
7 (byte-compile-toplevel-file-form): Use it.
8
3 * emacs-lisp/cl-macs.el: 9 * emacs-lisp/cl-macs.el:
4 (cl--loop-let): Properly destructure `while' clauses. 10 (cl--loop-let): Properly destructure `while' clauses.
5 11