aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 11:53:35 -0800
committerPaul Eggert2011-03-06 11:53:35 -0800
commit9f36b9fd38fb4bde2ac4664f05a65e2dd973add2 (patch)
treeea503f7ea97e81b3b8d8054af465fab235ff2b16 /src/ChangeLog
parent367c19e58bd4ccf47dd0ce018002b2ae4e12f949 (diff)
downloademacs-9f36b9fd38fb4bde2ac4664f05a65e2dd973add2.tar.gz
emacs-9f36b9fd38fb4bde2ac4664f05a65e2dd973add2.zip
* xdisp.c (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
avoids a gcc -Wuninitialized diagnostic.
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.