diff options
| author | Paul Eggert | 2011-03-15 16:22:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 16:22:38 -0700 |
| commit | 527469183746cf04ee8212f9debc96e56f4748be (patch) | |
| tree | f588092b1ba42ed0fb37c97b5ed41a36e31ff5eb /src/ChangeLog | |
| parent | cdef261f74c8cf58a9b9c678e730a59b009ddad9 (diff) | |
| download | emacs-527469183746cf04ee8212f9debc96e56f4748be.tar.gz emacs-527469183746cf04ee8212f9debc96e56f4748be.zip | |
* data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index db04fe30bcf..31b4ee92e26 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | (store_symval_forwarding): Rename local to avoid shadowing. | 9 | (store_symval_forwarding): Rename local to avoid shadowing. |
| 10 | (Fmake_variable_buffer_local, Fmake_local_variable): Mark | 10 | (Fmake_variable_buffer_local, Fmake_local_variable): Mark |
| 11 | variables as initialized. | 11 | variables as initialized. |
| 12 | (do_blv_forwarding, do_symval_forwarding): Remove; unused. | ||
| 12 | 13 | ||
| 13 | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. | 14 | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. |
| 14 | (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect): | 15 | (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect): |