diff options
| author | Richard M. Stallman | 1997-06-09 17:58:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-09 17:58:49 +0000 |
| commit | f39db7eaf4dc1554cc3a636f9315989f3d767e1b (patch) | |
| tree | a27ea79df58e7917480853cc9078b094e9e556d0 /src | |
| parent | 9d07cf38e762080f13ab7a6a7a6c67daf20cfedc (diff) | |
| download | emacs-f39db7eaf4dc1554cc3a636f9315989f3d767e1b.tar.gz emacs-f39db7eaf4dc1554cc3a636f9315989f3d767e1b.zip | |
(x_list_fonts): fast_c_string_match_ignore_case renamed.
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. */ |