# HG changeset patch # User Richard M. Stallman # Date 865879129 0 # Node ID 3c353983bba9515b4fe9e583cccf92d2e9034682 # Parent bca8e581535ab5cebbd63bee78edd9bb13176234 (x_list_fonts): fast_c_string_match_ignore_case renamed. diff -r bca8e581535a -r 3c353983bba9 src/xterm.c --- a/src/xterm.c Mon Jun 09 16:42:34 1997 +0000 +++ b/src/xterm.c Mon Jun 09 17:58:49 1997 +0000 @@ -6333,8 +6333,8 @@ if (NILP (Fassoc (tem, list))) { if (STRINGP (Vx_pixel_size_width_font_regexp) - && (fast_string_match_ignore_case - (Vx_pixel_size_width_font_regexp, names[i]) + && ((fast_c_string_match_ignore_case + (Vx_pixel_size_width_font_regexp, names[i])) >= 0)) /* We can set the value of PIXEL_SIZE to the width of this font. */