/[emacs]/emacs/src/macterm.c
ViewVC logotype

Diff of /emacs/src/macterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by tamm, Sat Dec 18 16:36:29 2004 UTC revision 1.85 by tamm, Mon Dec 20 16:46:17 2004 UTC
# Line 6426  mac_do_list_fonts (pattern, maxnames) Line 6426  mac_do_list_fonts (pattern, maxnames)
6426          {          {
6427            font_list = Fcons (fontname, font_list);            font_list = Fcons (fontname, font_list);
6428            if (exact || maxnames > 0 && ++n_fonts >= maxnames)            if (exact || maxnames > 0 && ++n_fonts >= maxnames)
6429              return font_list;              break;
6430          }          }
6431        else if (scl_val[XLFD_SCL_PIXEL_SIZE] > 0        else if (scl_val[XLFD_SCL_PIXEL_SIZE] > 0
6432                 && (ptr = strstr (font_name_table[i], "-0-0-75-75-m-0-")))                 && (ptr = strstr (font_name_table[i], "-0-0-75-75-m-0-")))
# Line 6446  mac_do_list_fonts (pattern, maxnames) Line 6446  mac_do_list_fonts (pattern, maxnames)
6446              {              {
6447                font_list = Fcons (fontname, font_list);                font_list = Fcons (fontname, font_list);
6448                if (exact || maxnames > 0 && ++n_fonts >= maxnames)                if (exact || maxnames > 0 && ++n_fonts >= maxnames)
6449                  return font_list;                  break;
6450              }              }
6451          }          }
6452      }      }

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26