From 43d69cebd57d9a40d415f2b4534f05ad343e1a00 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 1 Mar 2002 01:49:08 +0000 Subject: [PATCH] (x_new_font): Adjusted for the change of FS_LOAD_FONT. --- src/w32term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32term.c b/src/w32term.c index 777ebd270e6..c22fb1775a6 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -10022,7 +10022,7 @@ x_new_font (f, fontname) register char *fontname; { struct font_info *fontp - = FS_LOAD_FONT (f, 0, fontname, -1); + = FS_LOAD_FONT (f, fontname); if (!fontp) return Qnil; -- 2.39.2