From: Kenichi Handa Date: Fri, 1 Mar 2002 01:49:08 +0000 (+0000) Subject: (x_new_font): Adjusted for the change of FS_LOAD_FONT. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43d69cebd57d9a40d415f2b4534f05ad343e1a00;p=emacs.git (x_new_font): Adjusted for the change of FS_LOAD_FONT. --- 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;