aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 22:25:19 -0800
committerPaul Eggert2011-03-08 22:25:19 -0800
commit1e9966ea025891f948200db6ab85a7e7e169e502 (patch)
treecd96ef862a8cbf67f4a4f5b4eb1ddd04ae31bbcf /src/ChangeLog
parent5967d05138d7405e4b60153f98c8beaf40c7d6da (diff)
downloademacs-1e9966ea025891f948200db6ab85a7e7e169e502.tar.gz
emacs-1e9966ea025891f948200db6ab85a7e7e169e502.zip
* xfaces.c (Fx_list_fonts): Mark variable that gcc -Wuninitialized
does not deduce is never used uninitialized.
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 fb266a71a0f..44782386684 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,8 @@
4 or move locals to avoid shadowing. 4 or move locals to avoid shadowing.
5 (tty_defined_color, merge_face_heights): Now static. 5 (tty_defined_color, merge_face_heights): Now static.
6 (free_realized_faces_for_fontset): Remove; not used. 6 (free_realized_faces_for_fontset): Remove; not used.
7 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
8 does not deduce is never used uninitialized.
7 9
8 * terminal.c (store_terminal_param): Now static. 10 * terminal.c (store_terminal_param): Now static.
9 11