1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00: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))