aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-06-11 11:13:27 -0400
committerStefan Monnier2012-06-11 11:13:27 -0400
commit3017f87fbd0461b9460e7261a095fc86e166b30e (patch)
tree602f00d509104a3ff9e6ee0808396dc50afc906f /src/ChangeLog
parent1b9b4cf4c1152f06153ac9c141fb9f724b984884 (diff)
downloademacs-3017f87fbd0461b9460e7261a095fc86e166b30e.tar.gz
emacs-3017f87fbd0461b9460e7261a095fc86e166b30e.zip
Don't purify in Fmake_byte_code.
* src/alloc.c (make_byte_code): New function. (Fmake_byte_code): Use it. Don't purify here. * src/lread.c (read1): Use it as well to avoid extra allocation.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1aba1913f46..dc2e6845c50 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (make_byte_code): New function.
4 (Fmake_byte_code): Use it. Don't purify here.
5 * lread.c (read1): Use it as well to avoid extra allocation.
6
12012-06-11 Chong Yidong <cyd@gnu.org> 72012-06-11 Chong Yidong <cyd@gnu.org>
2 8
3 * image.c (imagemagick_load_image): Implement transparency. 9 * image.c (imagemagick_load_image): Implement transparency.