diff options
| author | Stefan Monnier | 2012-06-11 11:13:27 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-06-11 11:13:27 -0400 |
| commit | 3017f87fbd0461b9460e7261a095fc86e166b30e (patch) | |
| tree | 602f00d509104a3ff9e6ee0808396dc50afc906f /src/ChangeLog | |
| parent | 1b9b4cf4c1152f06153ac9c141fb9f724b984884 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-06-11 Chong Yidong <cyd@gnu.org> | 7 | 2012-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. |