1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(x_load_font): Fix typo (>' -> =').

This commit is contained in:
Kenichi Handa 1999-05-04 05:45:36 +00:00
parent e05645eeb8
commit 74848a963c

View file

@ -6843,7 +6843,7 @@ x_load_font (f, fontname, size)
larger than the above value. */
int max_height = font->max_bounds.ascent + font->max_bounds.descent;
if (max_height > fontp->height)
fontp->height > max_height;
fontp->height = max_height;
}
if (NILP (font_names))