diff options
| author | Gerd Moellmann | 2000-08-07 12:04:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-07 12:04:06 +0000 |
| commit | ac0e96eefcdea2d4e61af557d629ff46db8da990 (patch) | |
| tree | 34e03c45e51dd78cf1719214c3542c3a9a09b843 /src/ChangeLog | |
| parent | ff3d95733df693020bbbaa4d5acfc99cd4d4c08b (diff) | |
| download | emacs-ac0e96eefcdea2d4e61af557d629ff46db8da990.tar.gz emacs-ac0e96eefcdea2d4e61af557d629ff46db8da990.zip | |
(sweep_weak_hash_tables): Fix the code taking unmarked
tables out of the list of all weak hash tables.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ced3a81004..46e0bddf112 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked | ||
| 4 | tables out of the list of all weak hash tables. | ||
| 5 | |||
| 3 | * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and | 6 | * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and |
| 4 | a new buffer is created, make sure echo_area_buffer[] references | 7 | a new buffer is created, make sure echo_area_buffer[] references |
| 5 | the new buffer. | 8 | the new buffer. |