comparison src/xfns.c @ 18947:386d68191907

(Fx_create_frame): Don't fail to initialize `font'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jul 1997 16:59:16 +0000
parents de4c911119b4
children db6728252ce2
comparison
equal deleted inserted replaced
18946:84b78d90cd45 18947:386d68191907
3280 /* Extract the window parameters from the supplied values 3280 /* Extract the window parameters from the supplied values
3281 that are needed to determine window geometry. */ 3281 that are needed to determine window geometry. */
3282 { 3282 {
3283 Lisp_Object font; 3283 Lisp_Object font;
3284 3284
3285 if (! STRINGP (font)) 3285 font = x_get_arg (dpyinfo, parms, Qfont, "font", "Font", string);
3286 font = x_get_arg (dpyinfo, parms, Qfont, "font", "Font", string); 3286
3287 BLOCK_INPUT; 3287 BLOCK_INPUT;
3288 /* First, try whatever font the caller has specified. */ 3288 /* First, try whatever font the caller has specified. */
3289 if (STRINGP (font)) 3289 if (STRINGP (font))
3290 { 3290 {
3291 tem = Fquery_fontset (font); 3291 tem = Fquery_fontset (font);