aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94ce2a9f6ce..8582bf67e04 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. 3 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
4 Add a FIXME comment, since the code still doesn't look right. 4 Add a FIXME comment, since the code still doesn't look right.
5 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
6 avoids a gcc -Wuninitialized diagnostic.
5 7
6 current_column: Now returns EMACS_INT, fixing some iftc. 8 current_column: Now returns EMACS_INT, fixing some iftc.
7 * bytecode.c (Fbyte_code): Don't cast current_column () to int. 9 * bytecode.c (Fbyte_code): Don't cast current_column () to int.