diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index 17e6a64f987..553b32aa716 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3282,8 +3282,8 @@ This function is an internal primitive--use `make-frame' instead.") | |||
| 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)) |