aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 08:39:35 -0700
committerPaul Eggert2011-04-16 08:39:35 -0700
commit8ffc96f57165b07ae661ac4b71e18431d792d6cd (patch)
treee4d299a476f5a051a2ad78a09f263a6255d9ab24 /src/ChangeLog
parenteef9bc799ad1f9c0df0cc23669496d9fbcc326ca (diff)
downloademacs-8ffc96f57165b07ae661ac4b71e18431d792d6cd.tar.gz
emacs-8ffc96f57165b07ae661ac4b71e18431d792d6cd.zip
* xfns.c (x_real_positions): Mark locals as initialized.
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 9a429af4b9e..cb3ef75a3aa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-16 Paul Eggert <eggert@cs.ucla.edu> 12011-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xfns.c (x_real_positions): Mark locals as initialized.
4
3 * xmenu.c (xmenu_show): Don't use uninitialized vars. 5 * xmenu.c (xmenu_show): Don't use uninitialized vars.
4 6
5 * xterm.c: Fix problems found by static analysis with other toolkits. 7 * xterm.c: Fix problems found by static analysis with other toolkits.