Mercurial > emacs
diff src/macterm.c @ 95215:b6dc3d9d071d
* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
* dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
* macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
* xfns.c, xfont.c: Callers changed.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Thu, 22 May 2008 14:53:14 +0000 |
| parents | 85094617d51a |
| children | 4390d64d3328 |
line wrap: on
line diff
--- a/src/macterm.c Thu May 22 14:52:58 2008 +0000 +++ b/src/macterm.c Thu May 22 14:53:14 2008 +0000 @@ -9460,8 +9460,8 @@ for (i = 0; i < dpyinfo->n_fonts; i++) if (dpyinfo->font_table[i].name - && (!xstricmp (dpyinfo->font_table[i].name, fontname) - || !xstricmp (dpyinfo->font_table[i].full_name, fontname))) + && (!xstrcasecmp (dpyinfo->font_table[i].name, fontname) + || !xstrcasecmp (dpyinfo->font_table[i].full_name, fontname))) return (dpyinfo->font_table + i); return NULL; }
