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:
parent
e05645eeb8
commit
74848a963c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user