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:
parent
c9735e30ca
commit
e2be39f6af
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue