1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

* xfont.c (xfont_list_family): Mark var as initialized.

This commit is contained in:
Paul Eggert 2011-03-18 19:45:11 -07:00
parent c9735e30ca
commit e2be39f6af
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2011-03-19 Paul Eggert <eggert@cs.ucla.edu>
* xfont.c (xfont_list_family): Mark var as initialized.
* xml.c (make_dom): Now static.
* composite.c (composition_compute_stop_pos): Rename local to

View file

@ -629,7 +629,7 @@ xfont_list_family (Lisp_Object frame)
char **names;
int num_fonts, i;
Lisp_Object list;
char *last_family;
char *last_family IF_LINT (= 0);
int last_len;
BLOCK_INPUT;