diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index efa9c00ce27..67335d4915e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6333,8 +6333,8 @@ x_list_fonts (f, pattern, size, maxnames) | |||
| 6333 | if (NILP (Fassoc (tem, list))) | 6333 | if (NILP (Fassoc (tem, list))) |
| 6334 | { | 6334 | { |
| 6335 | if (STRINGP (Vx_pixel_size_width_font_regexp) | 6335 | if (STRINGP (Vx_pixel_size_width_font_regexp) |
| 6336 | && (fast_string_match_ignore_case | 6336 | && ((fast_c_string_match_ignore_case |
| 6337 | (Vx_pixel_size_width_font_regexp, names[i]) | 6337 | (Vx_pixel_size_width_font_regexp, names[i])) |
| 6338 | >= 0)) | 6338 | >= 0)) |
| 6339 | /* We can set the value of PIXEL_SIZE to the | 6339 | /* We can set the value of PIXEL_SIZE to the |
| 6340 | width of this font. */ | 6340 | width of this font. */ |