Mercurial > emacs
changeset 18191:3c353983bba9
(x_list_fonts): fast_c_string_match_ignore_case renamed.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Jun 1997 17:58:49 +0000 |
parents | bca8e581535a |
children | a3f50c636d81 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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. */