aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-05 00:23:07 -0700
committerPaul Eggert2011-05-05 00:23:07 -0700
commit4c4b566b11106e0dd4767340e6e7e0fc89cfd589 (patch)
tree337b998684108a3dd37d2fb6b612f595a30997d5 /src/ChangeLog
parentc717b32678affe3864f0d5024a9de514c950214d (diff)
downloademacs-4c4b566b11106e0dd4767340e6e7e0fc89cfd589.tar.gz
emacs-4c4b566b11106e0dd4767340e6e7e0fc89cfd589.zip
* image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
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 2b4f498a0b9..755b02631f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-05-05 Paul Eggert <eggert@cs.ucla.edu> 12011-05-05 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
4
3 * term.c (vfatal): Remove stray call to va_end. 5 * term.c (vfatal): Remove stray call to va_end.
4 It's not needed and the C Standard doesn't allow it here anyway. 6 It's not needed and the C Standard doesn't allow it here anyway.
5 7