+2002-01-13 Andreas Schwab <schwab@suse.de>
+
+ * xterm.c (x_load_font): Never set fonts_changed_p to zero.
+
2002-01-12 Andreas Schwab <schwab@suse.de>
* .gdbinit (xbuffer): Remove address operator since data is now a
/* Set global flag fonts_changed_p to non-zero if the font loaded
has a character with a smaller width than any other character
- before, or if the font loaded has a smalle>r height than any
+ before, or if the font loaded has a smaller height than any
other font loaded before. If this happens, it will make a
glyph matrix reallocation necessary. */
- fonts_changed_p = x_compute_min_glyph_bounds (f);
+ fonts_changed_p |= x_compute_min_glyph_bounds (f);
UNBLOCK_INPUT;
return fontp;
}