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
8cdeb3f2
Commit
8cdeb3f2
authored
Sep 27, 2000
by
Gerd Moellmann
Browse files
(realize_default_face): Call set_lface_from_font_name
with non-zero FORCE_P argument.
parent
c9dc8173
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfaces.c
src/xfaces.c
+1
-1
No files found.
src/xfaces.c
View file @
8cdeb3f2
...
...
@@ -5940,7 +5940,7 @@ realize_default_face (f)
frame_font = Fassq (Qfont, f->param_alist);
xassert (CONSP (frame_font) && STRINGP (XCDR (frame_font)));
frame_font = XCDR (frame_font);
set_lface_from_font_name (f, lface, frame_font,
0
, 1);
set_lface_from_font_name (f, lface, frame_font,
1
, 1);
}
#endif /* HAVE_WINDOW_SYSTEM */
...
...
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