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:
parent
e05645eeb8
commit
74848a963c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue