diff options
| author | Stefan Monnier | 2012-09-19 23:10:52 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-09-19 23:10:52 -0400 |
| commit | e99f70c8cd37778d63e2497ed59d64fda720f731 (patch) | |
| tree | 6f4e267b58da8a5a90dd176679a2643f7e71de6f /src/ChangeLog | |
| parent | f75beb4787372df3dcc50cbb07407f45ff04bf04 (diff) | |
| download | emacs-e99f70c8cd37778d63e2497ed59d64fda720f731.tar.gz emacs-e99f70c8cd37778d63e2497ed59d64fda720f731.zip | |
* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
calling mark_vectorlike since that's the one that marks the window.
(mark_discard_killed_buffers): Mark the final cdr.
* src/window.h (struct window): Move prev/next_buffers to the
non-standard fields.
* src/window.c (make_window): Initialize prev/next_buffers manually.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f9cac9fa21..c3ce1ee1b0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after* | ||
| 4 | calling mark_vectorlike since that's the one that marks the window. | ||
| 5 | (mark_discard_killed_buffers): Mark the final cdr. | ||
| 6 | * window.h (struct window): Move prev/next_buffers to the | ||
| 7 | non-standard fields. | ||
| 8 | * window.c (make_window): Initialize prev/next_buffers manually. | ||
| 9 | |||
| 1 | 2012-09-20 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2012-09-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | Omit unused arg EXPECTED from socket hooks. | 12 | Omit unused arg EXPECTED from socket hooks. |