From: Richard M. Stallman Date: Mon, 9 Jun 1997 17:58:49 +0000 (+0000) Subject: (x_list_fonts): fast_c_string_match_ignore_case renamed. X-Git-Tag: emacs-20.1~1755 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f39db7eaf4dc1554cc3a636f9315989f3d767e1b;p=emacs.git (x_list_fonts): fast_c_string_match_ignore_case renamed. --- 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) 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. */