summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-09 17:58:49 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-09 17:58:49 +0000
commita1eb5eef67ad8edf4104fc60fa7e42c0200c1542 (patch)
treec35b4edcc7dc0174def34d0a030462291c49e3ea
parent5d61e42c15fba4f62adf13d0e642ea83e0ebf510 (diff)
downloademacs-a1eb5eef67ad8edf4104fc60fa7e42c0200c1542.tar.gz
(x_list_fonts): fast_c_string_match_ignore_case renamed.
-rw-r--r--src/xterm.c4
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)
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. */