From: Kenichi Handa Date: Wed, 29 Nov 2006 12:19:25 +0000 (+0000) Subject: (x_set_font): Fix the second arg to fs_query_fontset. X-Git-Tag: emacs-pretest-23.0.90~8295^2~652 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66309f759b7c77188bae7b032545632077f4b726;p=emacs.git (x_set_font): Fix the second arg to fs_query_fontset. --- diff --git a/src/frame.c b/src/frame.c index eebfd8eeb13..18ed9e02c10 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3112,7 +3112,7 @@ x_set_font (f, arg, oldval) In the last case, this function never fail. */ if (STRINGP (arg)) { - fontset = fs_query_fontset (arg, Qnil); + fontset = fs_query_fontset (arg, 0); if (fontset < 0) font_object = font_open_by_name (f, SDATA (arg)); else if (fontset > 0)