1999-12-22 Gerd Moellmann <gerd@gnu.org>
- * xfaces.c (clear_font_table): Don't use uninitialized local
+ * xfaces.c (realize_x_face): Don't use uninitialized local
variable in xassert.
1999-12-22 Kenichi Handa <handa@etl.go.jp>
Lisp_Object rest, frame;
int i;
- xassert (FRAME_X_P (c->f));
+ xassert (FRAME_X_P (f));
used = (char *) alloca (dpyinfo->n_fonts * sizeof *used);
bzero (used, dpyinfo->n_fonts * sizeof *used);
Lisp_Object unibyte_registry;
struct gcpro gcpro1;
- xassert (FRAME_X_P (f));
+ xassert (FRAME_X_P (c->f));
/* If realizing a face for use in unibyte text, get the X registry
and encoding to use from Vface_default_registry. */