aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2fc3479129c..eae16c27b75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -46,7 +46,7 @@
46 Fixes Bug#15880. 46 Fixes Bug#15880.
47 This patch also makes Q constants (e.g., Qnil) constant addresses 47 This patch also makes Q constants (e.g., Qnil) constant addresses
48 from the C point of view. 48 from the C point of view.
49 * alloc.c, bidi.c, buffer.c, bytecode.c, callint.c, casefiddle: 49 * alloc.c, bidi.c, buffer.c, bytecode.c, callint.c, casefiddle.c:
50 * casetab.c, category.c, ccl.c, charset.c, chartab.c, cmds.c, coding.c: 50 * casetab.c, category.c, ccl.c, charset.c, chartab.c, cmds.c, coding.c:
51 * composite.c, data.c, dbusbind.c, decompress.c, dired.c, dispnew.c: 51 * composite.c, data.c, dbusbind.c, decompress.c, dired.c, dispnew.c:
52 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, fns.c, font.c, fontset.c: 52 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, fns.c, font.c, fontset.c:
@@ -76,7 +76,7 @@
76 (syms_of_alloc): Add lispsym count to symbols_consed. 76 (syms_of_alloc): Add lispsym count to symbols_consed.
77 * buffer.c (init_buffer_once): Compare to Qnil, not to make_number (0), 77 * buffer.c (init_buffer_once): Compare to Qnil, not to make_number (0),
78 when testing whether storage is all bits zero. 78 when testing whether storage is all bits zero.
79 * dispextern (struct image_type): 79 * dispextern.h (struct image_type):
80 * font.c (font_property_table): 80 * font.c (font_property_table):
81 * frame.c (struct frame_parm_table, frame_parms): 81 * frame.c (struct frame_parm_table, frame_parms):
82 * keyboard.c (scroll_bar_parts, struct event_head): 82 * keyboard.c (scroll_bar_parts, struct event_head):