aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f7cc98ee2a..c0e350e45f9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,8 +5,8 @@
5 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this 5 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
6 avoids a gcc -Wuninitialized diagnostic. 6 avoids a gcc -Wuninitialized diagnostic.
7 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs): 7 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
8 Mark variables that gcc -Wuninitialized cannot deduce are never 8 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
9 used uninitialized. 9 does not deduce are never used uninitialized.
10 10
11 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c 11 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c
12 which in turn is copied from coreutils. 12 which in turn is copied from coreutils.