aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 13:09:28 -0700
committerPaul Eggert2011-04-16 13:09:28 -0700
commit94578f9cc20799f18df786248afd235bb06f423e (patch)
tree7556204496bef58372e29901577d57a3a689239c /src
parent91a3e27bb7ee79474b8b470b3b8d755f92e5721f (diff)
downloademacs-94578f9cc20799f18df786248afd235bb06f423e.tar.gz
emacs-94578f9cc20799f18df786248afd235bb06f423e.zip
Add bug#.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6cfb8bd3ed9..9c172f5849d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,7 +2,8 @@
2 2
3 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. 3 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
4 4
5 * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var. 5 * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized
6 var (Bug#8512).
6 7
7 * xfns.c (x_real_positions): Mark locals as initialized. 8 * xfns.c (x_real_positions): Mark locals as initialized.
8 9