aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e417ff9ee86..ed9053e851a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> 12007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
4 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
5
3 * fns.c (map_char_table): Use an array of int for `indices' rather than 6 * fns.c (map_char_table): Use an array of int for `indices' rather than
4 an array of Lisp_Objects (which are only ever integers anyway). 7 an array of Lisp_Objects (which are only ever integers anyway).
5 (Fmap_char_table): Update caller. 8 (Fmap_char_table): Update caller.