Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74848a96
Commit
74848a96
authored
May 04, 1999
by
Kenichi Handa
Browse files
(x_load_font): Fix typo (`>' -> `=').
parent
e05645ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/xterm.c
View file @
74848a96
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment