1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00

Add bug#.

This commit is contained in:
Paul Eggert 2011-04-16 13:09:28 -07:00
parent 91a3e27bb7
commit 94578f9cc2

View File

@ -2,7 +2,8 @@
* xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
* xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var.
* xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized
var (Bug#8512).
* xfns.c (x_real_positions): Mark locals as initialized.