Mercurial > emacs
changeset 31940:d69d99161d39
(realize_default_face): Call set_lface_from_font_name
with non-zero FORCE_P argument.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 27 Sep 2000 14:23:01 +0000 |
parents | 097787793e68 |
children | 9d9c189a5bdb |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Wed Sep 27 13:49:21 2000 +0000 +++ b/src/xfaces.c Wed Sep 27 14:23:01 2000 +0000 @@ -5940,7 +5940,7 @@ 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 */