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


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c
Date: Mon, 20 Dec 2004 12:21:35 -0500

Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.84 emacs/src/macterm.c:1.85
*** emacs/src/macterm.c:1.84    Sat Dec 18 16:36:29 2004
--- emacs/src/macterm.c Mon Dec 20 16:46:17 2004
***************
*** 6426,6432 ****
        {
          font_list = Fcons (fontname, font_list);
          if (exact || maxnames > 0 && ++n_fonts >= maxnames)
!           return font_list;
        }
        else if (scl_val[XLFD_SCL_PIXEL_SIZE] > 0
               && (ptr = strstr (font_name_table[i], "-0-0-75-75-m-0-")))
--- 6426,6432 ----
        {
          font_list = Fcons (fontname, font_list);
          if (exact || maxnames > 0 && ++n_fonts >= maxnames)
!           break;
        }
        else if (scl_val[XLFD_SCL_PIXEL_SIZE] > 0
               && (ptr = strstr (font_name_table[i], "-0-0-75-75-m-0-")))
***************
*** 6446,6452 ****
            {
              font_list = Fcons (fontname, font_list);
              if (exact || maxnames > 0 && ++n_fonts >= maxnames)
!               return font_list;
            }
        }
      }
--- 6446,6452 ----
            {
              font_list = Fcons (fontname, font_list);
              if (exact || maxnames > 0 && ++n_fonts >= maxnames)
!               break;
            }
        }
      }




reply via email to

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