emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macterm.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c,v
Date: Thu, 22 May 2008 14:53:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/05/22 14:53:15

Index: macterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/macterm.c,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -b -r1.250 -r1.251
--- macterm.c   16 May 2008 02:05:55 -0000      1.250
+++ macterm.c   22 May 2008 14:53:14 -0000      1.251
@@ -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;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]